Scrollable notebook forms and non-copper region creator.

This commit is contained in:
Juan Pablo Caram
2014-01-14 23:43:04 -05:00
parent 015e843148
commit f888775b36
3 changed files with 1368 additions and 1248 deletions

View File

@@ -469,12 +469,14 @@ class CNCjob(Geometry):
self.gcode += "M05\n" # Spindle stop
def gcode_parse(self):
steps_per_circ = 20
"""
G-Code parser (from self.gcode). Generates dictionary with
single-segment LineString's and "kind" indicating cut or travel,
G-Code parser (from self.gcode). Generates dictionary with
single-segment LineString's and "kind" indicating cut or travel,
fast or feedrate speed.
"""
steps_per_circ = 20
geometry = []
# TODO: ???? bring this into the class??