mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
JSON: feat: modifier mesh setting (83
CURA-833)
This commit is contained in:
parent
fd5d029c4b
commit
682ef482af
1 changed files with 7 additions and 0 deletions
|
@ -1799,6 +1799,13 @@
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"global_only": true
|
"global_only": true
|
||||||
},
|
},
|
||||||
|
"modifier_mesh": {
|
||||||
|
"label": "Modifier Mesh",
|
||||||
|
"description": "Use this mesh to modify the infill desnity of other meshes with which it overlaps.",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
"magic_mesh_surface_mode": {
|
"magic_mesh_surface_mode": {
|
||||||
"label": "Surface Mode",
|
"label": "Surface Mode",
|
||||||
"description": "Print the surface instead of the volume. No infill, no top/bottom skin, just a single wall of which the middle coincides with the surface of the mesh. It's also possible to do both: print the insides of a closed volume as normal, but print all polygons not part of a closed volume as surface.",
|
"description": "Print the surface instead of the volume. No infill, no top/bottom skin, just a single wall of which the middle coincides with the surface of the mesh. It's also possible to do both: print the insides of a closed volume as normal, but print all polygons not part of a closed volume as surface.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue