MrDraw/SkeinPyPy/models/xml_models/solids/union.xml
daid 77d04ceab8 Removed patches for different skeinforge versions. Only SF48 now.
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.
2012-02-10 17:20:03 +01:00

28 lines
629 B
XML

<?xml version='1.0' ?>
<fabmetheus>
<path id='rings'>
<path id='ring_outer'>
<circle radius='10'/>
<circle radius='8'/>
</path>
<path id='ring_inner'>
<circle radius='6'/>
<circle radius='4'/>
</path>
</path>
<extrude target='=document.getElementByID(rings)'/>
<!--
<difference id='ring_outer'>
<circle radius='10'/>
<circle radius='8'/>
</difference>
<difference id='ring_inner'>
<circle radius='6'/>
<circle radius='4'/>
</difference>
<union>
<extrude target='=document.getElementByID(ring_outer)'/>
<extrude target='=document.getElementByID(ring_inner)'/>
</union>
-->
</fabmetheus>