Skip to content

Commit 3e2db99

Browse files
committed
Add index1 for consistency
1 parent a12ed0d commit 3e2db99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vpype_gcode/gwrite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def gwrite(document: vp.Document, output: typing.TextIO, profile: str):
140140
idx=idx,
141141
idy=idy,
142142
index=segment_index,
143+
index1=segment_index + 1,
143144
lines_index=lines_index,
144145
lines_index1=lines_index + 1,
145146
layer_index=layer_index,

0 commit comments

Comments
 (0)