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-10 14:29:41 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2022-03-10 14:29:41 +0300
commite5548c8e62f4c2c0fa57e2c799cad4d297da3489 (patch)
tree01975051c20bde23133fb03ab5e7ec500866d51c /resources/definitions/fdmprinter.def.json
parentb79e6d3f3250445b89d1ea4896137cde561de384 (diff)
description of min line width settings
Diffstat (limited to 'resources/definitions/fdmprinter.def.json')
-rw-r--r--resources/definitions/fdmprinter.def.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index fdf29b9638..d04d4ea74b 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1207,7 +1207,7 @@
"min_wall_line_width":
{
"label": "Minimum Wall Line Width",
- "description": "TODO. For thin structures. Max odd is 2x min even, max even is Outer wall line width + .5x min odd.",
+ "description": "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width.",
"unit": "mm",
"minimum_value_warning": ".5 * max(wall_line_width_0, wall_line_width_x)",
"maximum_value_warning": "min(wall_line_width_0, wall_line_width_x)",
@@ -1222,7 +1222,7 @@
"min_even_wall_line_width":
{
"label": "Minimum Even Wall Line Width",
- "description": "TODO.",
+ "description": "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width.",
"unit": "mm",
"minimum_value_warning": ".5 * max(wall_line_width_0, wall_line_width_x)",
"maximum_value_warning": "min(wall_line_width_0, wall_line_width_x)",
@@ -1250,7 +1250,7 @@
"min_odd_wall_line_width":
{
"label": "Minimum Odd Wall Line Width",
- "description": "TODO.",
+ "description": "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width,",
"unit": "mm",
"minimum_value_warning": ".5 * max(wall_line_width_0, wall_line_width_x)",
"maximum_value_warning": "min(wall_line_width_0, wall_line_width_x)",