Merge pull request #17962 from Ultimaker/PP-422-ABS-AA025-reduce-fanspeed

PP-422 Lower initial fan speed AA0.25 ABS to improve adhesion robustness
This commit is contained in:
Erwan MATHIEU 2024-01-18 08:39:14 +01:00 committed by GitHub
commit 2f6e883932
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,7 @@ variant = AA 0.25
weight = 0
[values]
cool_fan_speed_0 = 0
material_print_temperature = =default_material_print_temperature - 20
speed_topbottom = =math.ceil(speed_print * 30 / 55)
support_bottom_distance = =support_z_distance

View file

@ -12,6 +12,7 @@ variant = AA 0.25
weight = 0
[values]
cool_fan_speed_0 = 0
material_print_temperature = =default_material_print_temperature - 20
speed_topbottom = =math.ceil(speed_print * 30 / 55)
support_bottom_distance = =support_z_distance

View file

@ -12,6 +12,7 @@ variant = AA 0.25
weight = 0
[values]
cool_fan_speed_0 = 0
material_print_temperature = =default_material_print_temperature - 20
speed_topbottom = =math.ceil(speed_print * 30 / 55)
support_bottom_distance = =support_z_distance

View file

@ -12,6 +12,7 @@ variant = AA 0.25
weight = 0
[values]
cool_fan_speed_0 = 0
material_print_temperature = =default_material_print_temperature - 20
speed_topbottom = =math.ceil(speed_print * 30 / 55)
support_bottom_distance = =support_z_distance