mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-02 06:51:46 -06:00
split magic_mesh)surface_mode into Normal, Surface, Both
This commit is contained in:
parent
75cf4c922a
commit
2b396814ca
1 changed files with 8 additions and 3 deletions
|
@ -1820,9 +1820,14 @@
|
||||||
},
|
},
|
||||||
"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.",
|
"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.",
|
||||||
"type": "boolean",
|
"type": "enum",
|
||||||
"default": false,
|
"options": [
|
||||||
|
"Normal",
|
||||||
|
"Surface",
|
||||||
|
"Both"
|
||||||
|
],
|
||||||
|
"default": "Normal",
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"magic_spiralize": {
|
"magic_spiralize": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue