Skip to content

Commit 1cfea49

Browse files
committed
add the script
1 parent bd1a467 commit 1cfea49

File tree

2 files changed

+625
-0
lines changed

2 files changed

+625
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# hotwireGcodeGenerator
22
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.
10+
11+
feel free to edit

0 commit comments

Comments
 (0)