From: daid Date: Sat, 27 Jul 2013 05:34:31 +0000 (+0200) Subject: Make gcode reader a bit more roubust when there is no start code. X-Git-Tag: 13.10~117 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=91af63fe13d3f4d8a20fbd060c7ff8c939d0b0b5;p=cura.git Make gcode reader a bit more roubust when there is no start code. --- diff --git a/Cura/util/gcodeInterpreter.py b/Cura/util/gcodeInterpreter.py index 74f2932d..2fc64df9 100644 --- a/Cura/util/gcodeInterpreter.py +++ b/Cura/util/gcodeInterpreter.py @@ -75,6 +75,7 @@ class gcode(object): scale = 1.0 posAbs = True feedRate = 3600.0 + moveType = 'move' layerThickness = 0.1 pathType = 'CUSTOM'; currentLayer = []