mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 20:01:33 -07:00
Update cartesio_0.25.inst.cfg
This commit is contained in:
parent
ad00e01855
commit
2c58fd9ac6
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue