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
218 B
XML
9 lines
218 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<function id='getPlus' parameters='number'>
|
|
<statement a='12'/>
|
|
<statement a='+=number'/>
|
|
<return return='=a'/>
|
|
</function>
|
|
<dictionary plus='=getPlus(7.0)'/>
|
|
</fabmetheus>
|