From 2c58fd9ac6a73ce351b8e29ed474d4717ff1adbd Mon Sep 17 00:00:00 2001 From: MaukCC Date: Thu, 30 Mar 2017 10:22:54 +0200 Subject: [PATCH] Update cartesio_0.25.inst.cfg --- resources/variants/cartesio_0.25.inst.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/variants/cartesio_0.25.inst.cfg b/resources/variants/cartesio_0.25.inst.cfg index e4b84c5b1a..67deabc967 100644 --- a/resources/variants/cartesio_0.25.inst.cfg +++ b/resources/variants/cartesio_0.25.inst.cfg @@ -24,11 +24,11 @@ material_print_temperature_layer_0 = =round(material_print_temperature) material_initial_print_temperature = =round(material_print_temperature) material_diameter = 1.75 retraction_amount = 1 -retraction_prime_speed = =round(retraction_speed / 4) +retraction_prime_speed = =round(retraction_speed / 5) retraction_min_travel = =round(line_width * 10) switch_extruder_retraction_amount = 2 -switch_extruder_retraction_speeds = 40 -switch_extruder_prime_speed = =round(switch_extruder_retraction_speeds / 4) +switch_extruder_retraction_speeds = =round(retraction_speed) +switch_extruder_prime_speed = =round(retraction_prime_speed) speed_print = =50 if layer_height < 0.4 else 30 speed_infill = =round(speed_print)