master
daid 2012-03-16 13:45:03 +01:00
parent d271198e48
commit 94a50b7586
1 changed files with 1 additions and 1 deletions

View File

@ -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):