Fixed some Grammer mistakes and changed settable_per_mesh to true.

This commit is contained in:
TotalRetribution 2016-09-16 15:40:45 +01:00
parent 54e8f34311
commit 6e041af2b1

View file

@ -816,15 +816,14 @@
"minimum_value_warning": "0",
"maximum_value_warning": "machine_nozzle_size",
"settable_per_mesh": true
},"outer_inset_first":
},
"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.",
"label": "Print Outer Wall Before Inner Walls",
"description": "Prints insets in order of outside to inside when enabled. 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 on overhangs.",
"type": "bool",
"default_value": false,
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
"settable_per_mesh": true,
},
"alternate_extra_perimeter":
{