Update cartesio_0.25.inst.cfg

This commit is contained in:
MaukCC 2017-03-30 10:22:54 +02:00 committed by GitHub
parent ad00e01855
commit 2c58fd9ac6

View File

@ -24,11 +24,11 @@ material_print_temperature_layer_0 = =round(material_print_temperature)
material_initial_print_temperature = =round(material_print_temperature) material_initial_print_temperature = =round(material_print_temperature)
material_diameter = 1.75 material_diameter = 1.75
retraction_amount = 1 retraction_amount = 1
retraction_prime_speed = =round(retraction_speed / 4) retraction_prime_speed = =round(retraction_speed / 5)
retraction_min_travel = =round(line_width * 10) retraction_min_travel = =round(line_width * 10)
switch_extruder_retraction_amount = 2 switch_extruder_retraction_amount = 2
switch_extruder_retraction_speeds = 40 switch_extruder_retraction_speeds = =round(retraction_speed)
switch_extruder_prime_speed = =round(switch_extruder_retraction_speeds / 4) switch_extruder_prime_speed = =round(retraction_prime_speed)
speed_print = =50 if layer_height < 0.4 else 30 speed_print = =50 if layer_height < 0.4 else 30
speed_infill = =round(speed_print) speed_infill = =round(speed_print)