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-02-22 16:22:01 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-02-22 16:22:01 +0300
commitfe6a8413c1c83cd169695e60d50008eb041ecbdc (patch)
tree718810b15d16e1b1cec2c871270e9fae79fb0527 /resources/variants
parentcc56f7b577742f2d6196a12d91f3dae2ee147d45 (diff)
follow the machine defaults for AA04 nozzles
The machine defaults are already geared towards the use of AA0.4 nozzles. PP-96
Diffstat (limited to 'resources/variants')
-rw-r--r--resources/variants/ultimaker_s3_aa04.inst.cfg1
-rw-r--r--resources/variants/ultimaker_s5_aa04.inst.cfg1
2 files changed, 0 insertions, 2 deletions
diff --git a/resources/variants/ultimaker_s3_aa04.inst.cfg b/resources/variants/ultimaker_s3_aa04.inst.cfg
index 38f4c226f5..9e56a0e75e 100644
--- a/resources/variants/ultimaker_s3_aa04.inst.cfg
+++ b/resources/variants/ultimaker_s3_aa04.inst.cfg
@@ -25,7 +25,6 @@ raft_surface_layers = 2
retraction_amount = 6.5
retraction_count_max = 25
retraction_min_travel = =line_width * 2
-retraction_prime_speed = =retraction_speed
skin_overlap = 15
speed_print = 70
speed_topbottom = =math.ceil(speed_print * 30 / 70)
diff --git a/resources/variants/ultimaker_s5_aa04.inst.cfg b/resources/variants/ultimaker_s5_aa04.inst.cfg
index e976f1071d..923d8cadec 100644
--- a/resources/variants/ultimaker_s5_aa04.inst.cfg
+++ b/resources/variants/ultimaker_s5_aa04.inst.cfg
@@ -25,7 +25,6 @@ raft_surface_layers = 2
retraction_amount = 6.5
retraction_count_max = 25
retraction_min_travel = =line_width * 2
-retraction_prime_speed = =retraction_speed
skin_overlap = 15
speed_print = 70
speed_topbottom = =math.ceil(speed_print * 30 / 70)