feat: add svg to gcode parser
This commit is contained in:
12
config.toml
Normal file
12
config.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[gwrite.hp7044b]
|
||||
unit = "mm"
|
||||
document_start = "(document_start)\n"
|
||||
layer_start = "(Start Layer)\n"
|
||||
line_start = "(Start Block)\n"
|
||||
segment_first = """G00 Z5
|
||||
G00 X{x:.4f}f Y{y:.4f} Z1
|
||||
"""
|
||||
segment = """G01 X{x:.4f} Y{y:.4f} Z-1\n"""
|
||||
line_end = """G00 Z 5.0000\n"""
|
||||
document_end = """G00 X0.0000 Y0.0000"""
|
||||
invert_y = true
|
||||
Reference in New Issue
Block a user