From 94a50b7586801113b6326e597a4f5ec5a42c3ada Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 16 Mar 2012 13:45:03 +0100 Subject: [PATCH] Typo fix --- SkeinPyPy_NewUI/newui/gcodeInterpreter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2