mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:05:53 +08:00
JSON: made layer height max value warning depend on nozzle size (CURA-876)
This commit is contained in:
parent
9545f7da36
commit
5614302f74
@ -210,7 +210,7 @@
|
||||
"default": 0.1,
|
||||
"min_value": "0.001",
|
||||
"min_value_warning": "0.04",
|
||||
"max_value_warning": "0.32",
|
||||
"max_value_warning": "0.8 * machine_nozzle_size",
|
||||
"global_only": "print_sequence != \"one_at_a_time\""
|
||||
},
|
||||
"layer_height_0": {
|
||||
@ -221,7 +221,7 @@
|
||||
"default": 0.3,
|
||||
"min_value": "0.001",
|
||||
"min_value_warning": "0.04",
|
||||
"max_value_warning": "0.32",
|
||||
"max_value_warning": "0.8 * machine_nozzle_size",
|
||||
"visible": false,
|
||||
"global_only": "print_sequence != \"one_at_a_time\""
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user