mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 16:20:38 +08:00
Removed debug message that I excedently left in.
This commit is contained in:
parent
8b6159523a
commit
fab56bdcac
@ -383,7 +383,6 @@ class DimensionSkein:
|
||||
self.absoluteDistanceMode = False
|
||||
elif firstWord == '(<layer>':
|
||||
self.layerIndex += 1
|
||||
print '=layer='
|
||||
settings.printProgress(self.layerIndex, 'dimension')
|
||||
elif firstWord == '(</layer>)':
|
||||
if self.totalExtrusionDistance > 0.0 and not self.repository.relativeExtrusionDistance.value:
|
||||
|
Loading…
x
Reference in New Issue
Block a user