mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
Only use Z-hop setting for the used extruders
Otherwise the unused extruders still influence the build volume.
This commit is contained in:
parent
919bc6767c
commit
a75387ff3e
@ -442,7 +442,7 @@ class BuildVolume(SceneNode):
|
||||
|
||||
def _updateExtraZClearance(self) -> None:
|
||||
extra_z = 0.0
|
||||
extruders = ExtruderManager.getInstance().getMachineExtruders(self._global_container_stack.getId())
|
||||
extruders = ExtruderManager.getInstance().getUsedExtruderStacks()
|
||||
use_extruders = False
|
||||
for extruder in extruders:
|
||||
if extruder.getProperty("retraction_hop_enabled", "value"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user