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
553 B
XML
15 lines
553 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<path id='pathTest' name='bottomTest'>
|
|
<circle radius='9'/>
|
|
<lineation target='=[[-5, 0, 5], [5, 0, 5], [0, 15, 5]]'/>
|
|
</path>
|
|
<bottom altitude='17' target='=document.getElementsByName(bottomTest)'/>
|
|
<extrude qqqname='bottomTest' target='=document.getElementByID(pathTest)'>
|
|
<matrix translate.z='4'/>
|
|
</extrude>
|
|
<!--
|
|
<write target='=document.getElementByID(bottomTest)' writeMatrix='false'/>
|
|
<write folder='../test' target='=document.getElementByID(bottomTest)' writeMatrix='false'/>
|
|
-->
|
|
</fabmetheus>
|