mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +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:
|
def _updateExtraZClearance(self) -> None:
|
||||||
extra_z = 0.0
|
extra_z = 0.0
|
||||||
extruders = ExtruderManager.getInstance().getMachineExtruders(self._global_container_stack.getId())
|
extruders = ExtruderManager.getInstance().getUsedExtruderStacks()
|
||||||
use_extruders = False
|
use_extruders = False
|
||||||
for extruder in extruders:
|
for extruder in extruders:
|
||||||
if extruder.getProperty("retraction_hop_enabled", "value"):
|
if extruder.getProperty("retraction_hop_enabled", "value"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user