mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Update cartesio_0.4.inst.cfg
This commit is contained in:
parent
2c12e5e4d9
commit
575256227c
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@ switch_extruder_prime_speed = =round(retraction_prime_speed)
|
|||
speed_print = 50
|
||||
speed_infill = =round(speed_print)
|
||||
speed_layer_0 = =round(speed_print / 5 * 4)
|
||||
speed_wall = =round(speed_print / 2, 1)
|
||||
speed_wall = =round(speed_print / 2)
|
||||
speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3)
|
||||
speed_topbottom = =round(speed_print / 5 * 4)
|
||||
speed_slowdown_layers = 1
|
||||
speed_travel = =round(speed_print if magic_spiralize else 150)
|
||||
speed_travel = =round(speed_print if magic_spiralize else 150)
|
||||
speed_travel_layer_0 = =round(speed_travel)
|
||||
speed_support_interface = =round(speed_topbottom)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue