It's only settable in the per objects setting:
"support_mesh_drop_down": { "label": "Drop Down Support Mesh", "description": "Make support everywhere below the support mesh, so that there's no overhang in the support mesh.", "type": "bool", "default_value": true, "enabled": "support_mesh", "settable_per_mesh": true, "settable_per_extruder": false, "settable_per_meshgroup": false, "settable_globally": false }Edited by nallath
Recommended Posts
Cuq 205
I'm not sure of that the the property support_mesh_drop_down is set on the machine level. Trying to set to false. But the result is always the same.
machine_manager = CuraApplication.getInstance().getMachineManager() global_stack = machine_manager.activeMachine global_stack.setProperty("support_mesh_drop_down", "value", False)
But on the global stack the property is set to False :
Link to post
Share on other sites