You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A program for generating XYUV gcode from arbitrary svg files
3
+
4
+
dependencies: matplotlib, svgpathtools
5
+
6
+
This program lets you import 2 svg drawings that will be the path of the XY and UV plane of an 4-axis cnc hotwire cutter.
7
+
The svg files must contain a closed figure consisting of lines, arcs, etc that will be the toolpath.
8
+
9
+
The program uses "anchor points" to assign point in one plane to a point on the other plane. (imagine a triangle on one plane and a square on the other plane - which edges correspond?) The gcode will then be interpolated between the anchor points.
0 commit comments