JSON: fix: global_only not depending on print_sequence (CURA-923)

because there is a bug in the frontend which causes the per-meshgroup settings not to be sent to the meshgroup, but instead sends them to the object itself, no setting which are not editable per object should be editable per meshgroup.
This commit is contained in:
Tim Kuipers 2016-02-23 13:24:39 +01:00
parent 64977426df
commit ce99ab8630
2 changed files with 43 additions and 43 deletions

View file

@ -207,7 +207,7 @@
"default": 150,
"min_value": "0",
"max_value_warning": "260",
"global_only": "print_sequence != \"one_at_a_time\"",
"global_only": "True",
"visible": false
},
"switch_extruder_retraction_amount": {