mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
JSON feat: infill_mesh_order (CURA-833)
This commit is contained in:
parent
4349f6c75b
commit
91082404be
1 changed files with 13 additions and 0 deletions
|
@ -3053,6 +3053,19 @@
|
|||
"settable_per_meshgroup": false,
|
||||
"settable_globally": false
|
||||
},
|
||||
"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.",
|
||||
"default_value": 0,
|
||||
"minimum_value_warning": "0",
|
||||
"maximum_value_warning": "50",
|
||||
"type": "int",
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false,
|
||||
"settable_globally": false
|
||||
},
|
||||
"magic_mesh_surface_mode":
|
||||
{
|
||||
"label": "Surface Mode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue