From a8e8b9f0b6689363fe7896a2ff788aba981ea424 Mon Sep 17 00:00:00 2001 From: phdussud Date: Fri, 5 Jun 2015 12:50:53 -0700 Subject: [PATCH] Added S and T to the list of allowed Gcode commands. --- camlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camlib.py b/camlib.py index d1bc3a37..cc0a20ef 100644 --- a/camlib.py +++ b/camlib.py @@ -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: @@ -3654,4 +3654,4 @@ class FlatCAMRTreeStorage(FlatCAMRTree): # # idx.remove(idx.nearest((0,0))[1]) # -# print [x.bbox for x in idx.rti.nearest((0, 0), num_results=20, objects=True)] \ No newline at end of file +# print [x.bbox for x in idx.rti.nearest((0, 0), num_results=20, objects=True)]