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
340 B
XML
11 lines
340 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<function id='progression' parameters='number' >
|
|
<for index='integer' in='{1:"one",2:"two",3:"three"}' value='numericWord'>
|
|
<statement number='number + integer'/>
|
|
<print _localdictionary=''/>
|
|
</for>
|
|
<return return='number'/>
|
|
</function>
|
|
<dictionary case0='=progression(0)'/>
|
|
</fabmetheus>
|