mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
JSON: fix: better max infill_sparse_thickness (CURA-1255)
This commit is contained in:
parent
51ed0f317b
commit
581edfeaa5
@ -632,7 +632,7 @@
|
||||
"default": 0.1,
|
||||
"min_value": "0.0001",
|
||||
"max_value_warning": "0.32",
|
||||
"max_value": "layer_height * 8",
|
||||
"max_value": "1000",
|
||||
"visible": false,
|
||||
"inherit_function": "layer_height"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user