We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12ed0d commit 3e2db99Copy full SHA for 3e2db99
1 file changed
vpype_gcode/gwrite.py
@@ -140,6 +140,7 @@ def gwrite(document: vp.Document, output: typing.TextIO, profile: str):
140
idx=idx,
141
idy=idy,
142
index=segment_index,
143
+ index1=segment_index + 1,
144
lines_index=lines_index,
145
lines_index1=lines_index + 1,
146
layer_index=layer_index,
0 commit comments