mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
Added setting outer_inset_first to experimental category in fdmprinter.def.json
This commit is contained in:
parent
7ab7b2f561
commit
76075c53cf
@ -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":
|
"wireframe_enabled":
|
||||||
{
|
{
|
||||||
"label": "Wire Printing",
|
"label": "Wire Printing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user