-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.xml
34 lines (30 loc) · 876 Bytes
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" ?><Hugomatic name="Hugomatic GCODE generators xxx">
<Primitives>
<Pockets>
<py name="pocketRect2points.py"/><py name="cylinder.py"/><py name="pieSegmentClockwise.py"/>
</Pockets>
<py name="rectangle.py"/>
<py name="roundrectangle.py"/><py name="helicalcircle.py"/>
<Snippets>
<py name="helloWorld.py"/>
</Snippets>
</Primitives>
<Tools>
<py name="drillcircle.py"/>
<py name="svgEngraver.py"/>
<py name="gear.py"/>
</Tools>
<Calculators>
<py name="vcutter.py"/>
<py name="tap_drill.py"/>
</Calculators>
<Projects>
<py name="pillow_block.py"/>
<py name="tictactoe.py"/>
<py name="toolTable.py"/>
<project name="LED gizmo">
<py name="svgEngraver.py"/>
<py name="gizmoLed.py"/>
</project>
</Projects>
<Catalog/><Selected>Primitives/rectangle.py</Selected></Hugomatic>