Browse Source

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
Rijk van Manen 3 years ago
parent
commit
cc56f7b577

+ 2 - 0
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)

+ 1 - 0
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

+ 1 - 0
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