mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
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:
parent
64977426df
commit
ce99ab8630
2 changed files with 43 additions and 43 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue