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.
9 lines
395 B
XML
9 lines
395 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<polygon id='polygontest' radius='30.0' sides='5'/>
|
|
<lineation id='triangle' target='=[[-5], [5], [0,15]]'/>
|
|
<extrude id='extrudeTriangle' target='=document.getElementByID(triangle)' scale.x='2'/>
|
|
<array id='array test' closed='f' target='=document.getElementByID(extrudeTriangle)' paths='=document.getElementByID(polygontest)'/>
|
|
<!--
|
|
-->
|
|
</fabmetheus>
|