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:
authorJordan <jordan.fortel@naxe.fr>2022-09-14 10:34:31 +0300
committerJordan <jordan.fortel@naxe.fr>2022-09-14 10:34:31 +0300
commit37615284e1c4bdbf002cc4c14b1cf8e8866e5f53 (patch)
treea38e4ca243b771c95374db58dd61bd7c8f253f34
parent1a0acb25f7493833cba75bc28a5b8baf4c6c20f7 (diff)
changed retraction amount from 0.5 to 0.2
-rw-r--r--resources/definitions/nps.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/nps.def.json b/resources/definitions/nps.def.json
index d1821f3ef6..b6f0bfffe8 100644
--- a/resources/definitions/nps.def.json
+++ b/resources/definitions/nps.def.json
@@ -27,7 +27,7 @@
"machine_nozzle_size": { "default_value": 0.4 },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.2 },
- "retraction_amount": { "default_value": 0.5 },
+ "retraction_amount": { "default_value": 0.2 },
"retraction_speed": { "default_value": 45 },
"adhesion_type": { "default_value": "none" },
"infill_sparse_density": { "default_value": 25 },