From: daid Date: Fri, 16 Mar 2012 12:45:03 +0000 (+0100) Subject: Typo fix X-Git-Tag: RC1~76 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=94a50b7586801113b6326e597a4f5ec5a42c3ada;p=cura.git Typo fix --- diff --git a/SkeinPyPy_NewUI/newui/gcodeInterpreter.py b/SkeinPyPy_NewUI/newui/gcodeInterpreter.py index f9f4ed74..acea228a 100644 --- 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):