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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2022-04-04 17:09:48 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-04-04 17:09:48 +0300
commit7884ba4d5bd8df441f27b560590c5bd9b66629a9 (patch)
tree8f28ae97bf9cbd2ab18832fd52661e83642171e8 /resources/definitions/fdmprinter.def.json
parent775d85b4202a155310718eee5397632369d2f8fb (diff)
update minimum linewidth
since these settings are new to cura, I think it is safe to update them in fdmprinters. PP-115
Diffstat (limited to 'resources/definitions/fdmprinter.def.json')
-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 1b8f942474..cf3f66f496 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1197,7 +1197,7 @@
"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)",
"default_value": 0.3,
- "value": "machine_nozzle_size * .75",
+ "value": "machine_nozzle_size * .85",
"type": "float",
"settable_per_mesh": true,
"children":
@@ -1281,7 +1281,7 @@
"label": "Minimum Thin Wall Line Width",
"description": "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself.",
"unit": "mm",
- "value": "machine_nozzle_size * .75",
+ "value": "min_wall_line_width",
"default_value": 0.2,
"minimum_value": "0.001",
"minimum_value_warning": "min_feature_size",