chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19630c5
)
Make gcode reader a bit more roubust when there is no start code.
author
daid
<daid303@gmail.com>
Sat, 27 Jul 2013 05:34:31 +0000
(07:34 +0200)
committer
daid
<daid303@gmail.com>
Sat, 27 Jul 2013 05:34:31 +0000
(07:34 +0200)
Cura/util/gcodeInterpreter.py
patch
|
blob
|
history
diff --git
a/Cura/util/gcodeInterpreter.py
b/Cura/util/gcodeInterpreter.py
index 74f2932dc3c548976bfd6b1fbf031916cf8eeb8a..2fc64df9ed08827a3211fc9a38e9530c61d8e730 100644
(file)
--- 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 = []