chiark / gitweb /
Make gcode reader a bit more roubust when there is no start code.
authordaid <daid303@gmail.com>
Sat, 27 Jul 2013 05:34:31 +0000 (07:34 +0200)
committerdaid <daid303@gmail.com>
Sat, 27 Jul 2013 05:34:31 +0000 (07:34 +0200)
Cura/util/gcodeInterpreter.py

index 74f2932dc3c548976bfd6b1fbf031916cf8eeb8a..2fc64df9ed08827a3211fc9a38e9530c61d8e730 100644 (file)
@@ -75,6 +75,7 @@ class gcode(object):
                scale = 1.0
                posAbs = True
                feedRate = 3600.0
+               moveType = 'move'
                layerThickness = 0.1
                pathType = 'CUSTOM';
                currentLayer = []