Added S and T to the list of allowed Gcode commands.

This commit is contained in:
phdussud 2015-06-05 12:50:53 -07:00
parent b681461e5b
commit a8e8b9f0b6
1 changed files with 2 additions and 2 deletions

View File

@ -2758,7 +2758,7 @@ class CNCjob(Geometry):
# 0 4 12
# G01 X-0.007 Y-0.057
# --> codes_idx = [0, 4, 12]
codes = "NMGXYZIJFP"
codes = "NMGXYZIJFPST"
codes_idx = []
i = 0
for ch in line: