mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Added setting outer_inset_first to experimental category in fdmprinter.def.json
This commit is contained in:
parent
7ab7b2f561
commit
76075c53cf
1 changed files with 10 additions and 0 deletions
|
@ -3774,6 +3774,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"outer_inset_first":
|
||||
{
|
||||
"label": "Print Outer Inset First",
|
||||
"description": "Prints insets in order of outside to inside when selected. This can help improve dimensional accuracy in x and y when using a high viscosity plastic like ABS however it can decrease outer surface print quality, especially overhangs.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wireframe_enabled":
|
||||
{
|
||||
"label": "Wire Printing",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue