mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue