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:
authorTim Kuipers <t.kuipers@ultimaker.com>2022-03-22 16:34:30 +0300
committerGitHub <noreply@github.com>2022-03-22 16:34:30 +0300
commit10b37472878a527477f0d3486a13834a86fe7017 (patch)
tree814af58394aa063b84d669b64877ced97ca684b7
parent5d3b22f45ade562706da2c06adf2bbbd054614db (diff)
Fix Transitioning angle description with what it's actually for (#11335)
* Fix Transitioning angle description with what it's actually for * Transitioning Angle Spelling and grammar. --author=Ruben Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com> * Simpler description for Wall Transitioning Threshold Angle * lil typo Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
-rw-r--r--resources/definitions/fdmprinter.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 287eeaedda..95267c55e7 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1117,8 +1117,8 @@
},
"wall_transition_angle":
{
- "label": "Wall Transition Angle",
- "description": "When transitioning between different numbers of walls as the part becomes thinner, two adjacent walls will join together at this angle. This can make the walls come together faster than what the Wall Transition Length indicates, filling the space better.",
+ "label": "Wall Transitioning Threshold Angle",
+ "description": "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude.",
"type": "float",
"unit": "°",
"default_value": 10,