Added setting outer_inset_first to experimental category in fdmprinter.def.json

This commit is contained in:
TotalRetribution 2016-09-15 14:04:26 +01:00
parent 7ab7b2f561
commit 76075c53cf

View file

@ -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",