mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 01:55:55 +08:00
JSON fix: infill mesh order defaults to higher than for normal meshes (CURA-833)
This commit is contained in:
parent
f424097387
commit
2c09fc4a67
@ -3076,7 +3076,8 @@
|
|||||||
"label": "Infill Mesh Order",
|
"label": "Infill Mesh Order",
|
||||||
"description": "Determines which infill mesh is inside the infill of another infill mesh. An infill mesh with a higher order will modify the infill of infill meshes with lower order and normal meshes.",
|
"description": "Determines which infill mesh is inside the infill of another infill mesh. An infill mesh with a higher order will modify the infill of infill meshes with lower order and normal meshes.",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"minimum_value_warning": "0",
|
"value": "1 if infill_mesh else 0",
|
||||||
|
"minimum_value_warning": "1",
|
||||||
"maximum_value_warning": "50",
|
"maximum_value_warning": "50",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user