We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5792fdd commit 1a74decCopy full SHA for 1a74dec
vpype_gcode/bundled_configs.toml
@@ -28,9 +28,9 @@ info= "This gcode profile is correctly inverted across the y-axis"
28
29
[gwrite.csv]
30
document_start = "#Operation, X-value, Y-value\n"
31
-segment_first = "Move, {x:f}, {x:f}\n"
32
-segment = "Line-to, {x:f}, {x:f}\n"
33
-segment_last = "Stop, {x:f}, {x:f}\n"
+segment_first = "Move, {x:f}, {y:f}\n"
+segment = "Line-to, {x:f}, {y:f}\n"
+segment_last = "Stop, {x:f}, {y:f}\n"
34
35
[gwrite.json]
36
document_start = "{{"
0 commit comments