Skip to content

Commit 1a74dec

Browse files
authored
Make CSV third column Y instead of X again (#30)
1 parent 5792fdd commit 1a74dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vpype_gcode/bundled_configs.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ info= "This gcode profile is correctly inverted across the y-axis"
2828

2929
[gwrite.csv]
3030
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"
31+
segment_first = "Move, {x:f}, {y:f}\n"
32+
segment = "Line-to, {x:f}, {y:f}\n"
33+
segment_last = "Stop, {x:f}, {y:f}\n"
3434

3535
[gwrite.json]
3636
document_start = "{{"

0 commit comments

Comments
 (0)