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:18:57 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-02-22 16:18:57 +0300
commit9e96a6edc92a39c63499f6b88bfacc0a6dd5ce02 (patch)
treeb5611cc93d9305795662a6e2eccde35e85122404 /resources/variants
parent209ca566cdc2f46e8b80239dbd2e942239a3aafc (diff)
small nozzle size handles fast unretract very well
This statement is already in the S3 and S5 AA0.25 nozzle cfg file. PP-96
Diffstat (limited to 'resources/variants')
-rw-r--r--resources/variants/ultimaker2_plus_connect_0.25.inst.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg b/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg
index e20ced7a3e..36d98a5d8f 100644
--- a/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg
+++ b/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg
@@ -14,6 +14,7 @@ coasting_volume = 0.1
machine_nozzle_size = 0.25
machine_nozzle_tip_outer_diameter = 0.8
raft_airgap = 0.25
+retraction_prime_speed = =retraction_speed
speed_topbottom = =round(speed_print / 1.5, 1)
speed_wall = =round(speed_print / 1.2, 1)
speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5)