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:
d271198
)
Typo fix
author
daid
<daid303@gmail.com>
Fri, 16 Mar 2012 12:45:03 +0000
(13:45 +0100)
committer
daid
<daid303@gmail.com>
Fri, 16 Mar 2012 12:45:03 +0000
(13:45 +0100)
SkeinPyPy_NewUI/newui/gcodeInterpreter.py
patch
|
blob
|
history
diff --git
a/SkeinPyPy_NewUI/newui/gcodeInterpreter.py
b/SkeinPyPy_NewUI/newui/gcodeInterpreter.py
index f9f4ed74840478b8f79db5dd84d6ca640af61fe6..acea228a74ba9139bfd503eaa66d1a09a7414c10 100644
(file)
--- a/
SkeinPyPy_NewUI/newui/gcodeInterpreter.py
+++ b/
SkeinPyPy_NewUI/newui/gcodeInterpreter.py
@@
-137,7
+137,7
@@
class gcode():
print "Unknown M code:" + str(M)
self.layerCount = layerNr
self.pathList = pathList
- self.extrusionAmount =
extrusionAmount
+ self.extrusionAmount =
maxExtrusion
print "Extruded a total of: %d mm of filament" % (self.extrusionAmount)
def getCodeInt(self, str, id):