mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Fixed some Grammer mistakes and changed settable_per_mesh to true.
This commit is contained in:
parent
54e8f34311
commit
6e041af2b1
1 changed files with 5 additions and 6 deletions
|
@ -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":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue