From 91af63fe13d3f4d8a20fbd060c7ff8c939d0b0b5 Mon Sep 17 00:00:00 2001 From: daid Date: Sat, 27 Jul 2013 07:34:31 +0200 Subject: [PATCH] Make gcode reader a bit more roubust when there is no start code. --- Cura/util/gcodeInterpreter.py | 1 + 1 file changed, 1 insertion(+) 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 = [] -- 2.30.2