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:20:16 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-02-22 16:20:16 +0300
commitcc56f7b577742f2d6196a12d91f3dae2ee147d45 (patch)
tree02d573a4ca27ee8de3bc29961d971bedcb6ba806 /resources/variants
parent9e96a6edc92a39c63499f6b88bfacc0a6dd5ce02 (diff)
dont change behaviour of AA08 nozzles
The retract behaviour for the bigger nozzles is not that good already. We want to take a look at these profiles later and leave them untouched for now. PP-96
Diffstat (limited to 'resources/variants')
-rw-r--r--resources/variants/ultimaker2_plus_connect_0.8.inst.cfg2
-rw-r--r--resources/variants/ultimaker_s3_aa0.8.inst.cfg1
-rw-r--r--resources/variants/ultimaker_s5_aa0.8.inst.cfg1
3 files changed, 4 insertions, 0 deletions
diff --git a/resources/variants/ultimaker2_plus_connect_0.8.inst.cfg b/resources/variants/ultimaker2_plus_connect_0.8.inst.cfg
index 5557af03e9..99674d2375 100644
--- a/resources/variants/ultimaker2_plus_connect_0.8.inst.cfg
+++ b/resources/variants/ultimaker2_plus_connect_0.8.inst.cfg
@@ -12,6 +12,8 @@ hardware_type = nozzle
machine_nozzle_size = 0.8
machine_nozzle_tip_outer_diameter = 1.35
coasting_volume = 3.22
+retraction_speed = 25
+retraction_prime_speed = =retraction_speed
speed_wall = =round(speed_print * 3 / 4, 1)
speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10)
speed_topbottom = =round(speed_print / 2, 1)
diff --git a/resources/variants/ultimaker_s3_aa0.8.inst.cfg b/resources/variants/ultimaker_s3_aa0.8.inst.cfg
index 5b19f224b4..3bc112c7fa 100644
--- a/resources/variants/ultimaker_s3_aa0.8.inst.cfg
+++ b/resources/variants/ultimaker_s3_aa0.8.inst.cfg
@@ -39,6 +39,7 @@ retraction_extrusion_window = 1
retraction_hop = 2
retraction_hop_only_when_collides = True
retraction_min_travel = =line_width * 2
+retraction_speed = 25
skin_overlap = 5
speed_layer_0 = 20
speed_print = 35
diff --git a/resources/variants/ultimaker_s5_aa0.8.inst.cfg b/resources/variants/ultimaker_s5_aa0.8.inst.cfg
index c36d96066d..75581681f9 100644
--- a/resources/variants/ultimaker_s5_aa0.8.inst.cfg
+++ b/resources/variants/ultimaker_s5_aa0.8.inst.cfg
@@ -39,6 +39,7 @@ retraction_extrusion_window = 1
retraction_hop = 2
retraction_hop_only_when_collides = True
retraction_min_travel = =line_width * 2
+retraction_speed = 25
skin_overlap = 5
speed_layer_0 = 20
speed_print = 35