From 9e96a6edc92a39c63499f6b88bfacc0a6dd5ce02 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Tue, 22 Feb 2022 14:18:57 +0100 Subject: [PATCH] small nozzle size handles fast unretract very well This statement is already in the S3 and S5 AA0.25 nozzle cfg file. PP-96 --- resources/variants/ultimaker2_plus_connect_0.25.inst.cfg | 1 + 1 file changed, 1 insertion(+) 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)