Disable setting support_enable per extruder

This prevents a lot of confusion with setting the support_extruder_nr to an extruder which then has support_enable set to False (resulting in no support). It is still possible to print some objects with no support using the Per Object Settings tool.

CURA-1758
This commit is contained in:
fieldOfView 2016-07-18 15:03:55 +02:00
parent 3923d43567
commit 64c870a3cf

View File

@ -2133,7 +2133,8 @@
"type": "bool",
"default_value": false,
"global_inherits_stack": "support_extruder_nr",
"settable_per_mesh": true
"settable_per_mesh": true,
"settable_per_extruder": false
},
"support_type":
{