mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 08:16:03 +08:00
Typo fix
This commit is contained in:
parent
d271198e48
commit
94a50b7586
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user