Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-09-02 16:56:18 +0300
committerJaime van Kessel <nallath@gmail.com>2022-09-02 16:56:18 +0300
commit3c1ff09d3953c30316312eeaa15d8c0b55e999fc (patch)
tree5538695b8e44d5d5887d3e70130f4817bacc26f0 /resources
parent023046370a600c84835db826069d402cf5d4a31b (diff)
Update the description of Wall Ordering to include center line
CURA-9290
Diffstat (limited to 'resources')
-rw-r--r--resources/definitions/fdmprinter.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index a4c6019959..c24192b7d0 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1184,7 +1184,7 @@
"inset_direction":
{
"label": "Wall Ordering",
- "description": "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed.",
+ "description": "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last.",
"type": "enum",
"options": {
"inside_out": "Inside To Outside",