Updated build script to create win32/linux/macos versions. Fixed the defaults to they work with PLA. Fixed the temperature plugin default "ON" problem. Removed all profiles except for PLA.
15 lines
560 B
XML
15 lines
560 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<path id='pathTest' name='writeTest'>
|
|
<circle radius='9'/>
|
|
<lineation target='=[[-5, 0, 5], [5, 0, 5], [0, 15, 5]]'/>
|
|
</path>
|
|
<extrude name='writeTest' quantity='2' target='=document.getElementByID(pathTest)'>
|
|
<matrix scale.x='2'/>
|
|
</extrude>
|
|
<write addLayerTemplate='t' target='=document.getElementsByName(writeTest)'/>
|
|
<!--
|
|
<write target='=document.getElementByID(writeTest)' writeMatrix='false'/>
|
|
<write folder='../test' target='=document.getElementByID(writeTest)' writeMatrix='false'/>
|
|
-->
|
|
</fabmetheus>
|