mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 00:45:56 +08:00
Reset the E value to zero before and after printing support. This is the first step to printing support with dual extrusion.
This commit is contained in:
parent
547fa84729
commit
7d3058dfca
@ -384,7 +384,7 @@ class DimensionSkein:
|
||||
elif firstWord == '(<layer>':
|
||||
self.layerIndex += 1
|
||||
settings.printProgress(self.layerIndex, 'dimension')
|
||||
elif firstWord == '(</layer>)':
|
||||
elif firstWord == '(</layer>)' or firstWord == '(<supportLayer>)' or firstWord == '(</supportLayer>)':
|
||||
if self.totalExtrusionDistance > 0.0 and not self.repository.relativeExtrusionDistance.value:
|
||||
self.distanceFeedRate.addLine('G92 E0')
|
||||
self.totalExtrusionDistance = 0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user