mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:15:52 +08:00
Proof of concept to test the global-only functionalities
Contributes to #CURA-460458
This commit is contained in:
parent
f8dbe056b2
commit
70b221b33a
@ -158,7 +158,8 @@
|
|||||||
"default": 0.1,
|
"default": 0.1,
|
||||||
"min_value": "0.001",
|
"min_value": "0.001",
|
||||||
"min_value_warning": "0.04",
|
"min_value_warning": "0.04",
|
||||||
"max_value_warning": "0.32"
|
"max_value_warning": "0.32",
|
||||||
|
"global_only": "print_sequence != \"one_at_a_time\""
|
||||||
},
|
},
|
||||||
"layer_height_0": {
|
"layer_height_0": {
|
||||||
"label": "Initial Layer Height",
|
"label": "Initial Layer Height",
|
||||||
@ -1650,7 +1651,8 @@
|
|||||||
"one_at_a_time": "One at a Time"
|
"one_at_a_time": "One at a Time"
|
||||||
},
|
},
|
||||||
"default": "all_at_once",
|
"default": "all_at_once",
|
||||||
"visible": true
|
"visible": true,
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"magic_mesh_surface_mode": {
|
"magic_mesh_surface_mode": {
|
||||||
"label": "Surface Mode",
|
"label": "Surface Mode",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user