mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
ABS_cooling_N0.6
This commit is contained in:
parent
ee06ecca01
commit
00dbe63300
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ speed_topbottom = =math.ceil(speed_print * 33/50)
|
|||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
|
|
|
@ -25,7 +25,7 @@ speed_topbottom = =math.ceil(speed_print * 35/55)
|
|||
speed_layer_0 = =math.ceil(speed_print * 23/55)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
|
|
|
@ -25,7 +25,7 @@ speed_topbottom = =math.ceil(speed_print * 37/60)
|
|||
speed_layer_0 = =math.ceil(speed_print * 25/60)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue