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.
10 lines
394 B
XML
10 lines
394 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<grid id='grid' outline.strokeWidth='0.6'/>
|
|
<extrude target='=document.getElementByID(grid)'/>
|
|
<!--
|
|
<grid id='grid' outline.strokeWidth='2.0' radius='2' seed='0' target='=creation.getPolygon(5, 20)' type='he'/>
|
|
<outline target='=document.getElementByID($grid)' strokeWidth='1.0'/>
|
|
<extrude target='=document.getElementByID($grid)'/>
|
|
-->
|
|
</fabmetheus>
|