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.
7 lines
199 B
XML
7 lines
199 B
XML
<?xml version='1.0' ?>
|
|
<fabmetheus>
|
|
<function id="triple" parameters='vector3'>
|
|
<return return='vector3.x*3'/>
|
|
</function>
|
|
<dictionary tripleOne='=triple(euclid.Vector3(1,2,3))'/>
|
|
</fabmetheus>
|