mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Merge pull request #2083 from Ultimaker/thin_walls
feat: print thin walls setting (CURA-4023)
This commit is contained in:
commit
7d9f99c0e8
1 changed files with 8 additions and 0 deletions
|
@ -1125,6 +1125,14 @@
|
||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"fill_outline_gaps": {
|
||||||
|
"label": "Print Thin Walls",
|
||||||
|
"description": "Print pieces of the model which are horizontally thinner than the nozzle size.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": "false",
|
||||||
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"xy_offset":
|
"xy_offset":
|
||||||
{
|
{
|
||||||
"label": "Horizontal Expansion",
|
"label": "Horizontal Expansion",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue