mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:28:58 +08:00
JSON: made line_width max value warning depend on nozzle size (CURA-876)
This commit is contained in:
parent
5614302f74
commit
58238a5933
@ -231,7 +231,7 @@
|
||||
"unit": "mm",
|
||||
"min_value": "0.0001",
|
||||
"min_value_warning": "0.2",
|
||||
"max_value_warning": "5",
|
||||
"max_value_warning": "2 * machine_nozzle_size",
|
||||
"default": 0.4,
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user