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:
authorGhostkeeper <rubend@tutanota.com>2020-02-19 13:40:44 +0300
committerGhostkeeper <rubend@tutanota.com>2020-02-19 13:40:44 +0300
commited17cfafb7493a3c2576da44e1756f1d4a1a78bf (patch)
tree588e39c5022eb819004c4574f2796e19999c9734 /resources
parente52dc56a64186812d48ca4b7d7e318ff24401142 (diff)
Reduce minimum value warning for Anti-Ooze Retracted Position
For BAM and filled materials the default would give a warning position since for a filament switch it needs to retract more than for the normal print. Done as a 5 minute fix.
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 3a222215d8..136f999a17 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -2330,7 +2330,7 @@
"unit": "mm",
"default_value": -4,
"enabled": false,
- "minimum_value_warning": "-retraction_amount",
+ "minimum_value_warning": "-switch_extruder_retraction_amount",
"maximum_value_warning": "0",
"settable_per_mesh": false,
"settable_per_extruder": true