mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:29:02 +08:00
Update cartesio_0.25.inst.cfg
This commit is contained in:
parent
ad00e01855
commit
2c58fd9ac6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user