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.
8 lines
308 B
XML
8 lines
308 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<circle id='circle' equation.='=euclid.getCylindrical(azimuth, 10 * math.sin(3 * math.radians(azimuth)) + radius)' radius='40'/>
|
|
<extrude target='=document.getElementByID(circle)'/>
|
|
<!--
|
|
<circle id='circle' equation.x='x*2+math.abs(y)' radius='9'/>
|
|
-->
|
|
</fabmetheus>
|