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.
11 lines
356 B
XML
11 lines
356 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<path id='semicircles'>
|
|
<circle end='270' radius='10' start='90' translate.x='-20'/>
|
|
<circle end='450' radius='10' start='270' translate.x='20'/>
|
|
</path>
|
|
<concatenate id='racetrack' target='=document.getElementByID(semicircles)'/>
|
|
<extrude target='=document.getElementByID(racetrack)'/>
|
|
<!--
|
|
-->
|
|
</fabmetheus>
|