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-29 19:17:06 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2022-03-29 19:17:06 +0300
commit2f2f3bb5281b203787351635ca589c812da54bf2 (patch)
tree18a8c5518cb346b2961e48fe7d72eac5c4828dce /resources/definitions/fdmprinter.def.json
parentddbd91951f4ace160df34c2fba0929a2a31807f7 (diff)
change filter deviation defaults
as discussed with Rijk from PP&M
Diffstat (limited to 'resources/definitions/fdmprinter.def.json')
-rw-r--r--resources/definitions/fdmprinter.def.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 16e82b2ecc..fde8e0875e 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1156,11 +1156,11 @@
"description": "Prevent Wall Transition Filtering from inducing errors on the extrusion width larger than this value.",
"type": "float",
"unit": "mm",
- "default_value": 0.2,
- "value": ".5 * wall_line_width_x",
+ "default_value": 0.1,
+ "value": ".25 * machine_nozzle_size",
"minimum_value": "0",
- "minimum_value_warning": ".25 * wall_line_width_x",
- "maximum_value_warning": "wall_line_width_x"
+ "minimum_value_warning": ".01",
+ "maximum_value_warning": "machine_nozzle_size"
},
"wall_0_wipe_dist":
{