Hide ooze shield in single extrusion

The setting has no effect then, because the ooze shield gets limited to the height of the highest extruder switch and there are no extruder switches in single extrusion prints.
This commit is contained in:
Ghostkeeper 2017-01-25 16:36:01 +01:00
parent a44013d384
commit 6f3acaf8b5
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -3836,6 +3836,7 @@
"description": "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle.",
"type": "bool",
"resolve": "any(extruderValues('ooze_shield_enabled'))",
"enabled": "machine_extruder_count > 1",
"default_value": false,
"settable_per_mesh": false,
"settable_per_extruder": false