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:
8aedaec
)
Fix G90/G91 interpretation regarding relative e
author
Martin Wickham
<spexguy070@gmail.com>
Thu, 15 Jan 2015 07:59:20 +0000
(
01:59
-0600)
committer
Martin Wickham
<spexguy070@gmail.com>
Thu, 15 Jan 2015 07:59:20 +0000
(
01:59
-0600)
Cura/util/gcodeInterpreter.py
patch
|
blob
|
history
diff --git
a/Cura/util/gcodeInterpreter.py
b/Cura/util/gcodeInterpreter.py
index 1c8532c99e73c16722eb3e35f6be760e227d8e0f..00353148f833f6643eb090d7550354b35863af2c 100644
(file)
--- a/
Cura/util/gcodeInterpreter.py
+++ b/
Cura/util/gcodeInterpreter.py
@@
-151,7
+151,7
@@
class gcode(object):
pos[2] += z * scale
moveType = 'move'
if e is not None:
- if absoluteE:
+ if absoluteE
and posAbs
:
e -= currentE
if e > 0.0:
moveType = 'extrude'