mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fix brim width of Nylon 0.8mm profiles
The 3mm was computed from wanting 7 lines, but in that calculation I used a line width of 0.4mm. This is obviously wrong, since for 0.8mm profiles the line width is 0.8mm. Contributes to issue CURA-3650.
This commit is contained in:
parent
e72d5ce93f
commit
3a30386ec6
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ material = generic_nylon_ultimaker3_AA_0.8
|
|||
weight = -2
|
||||
|
||||
[values]
|
||||
brim_width = 3
|
||||
brim_width = 5.6
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
infill_before_walls = True
|
||||
|
|
|
@ -10,7 +10,7 @@ material = generic_nylon_ultimaker3_AA_0.8
|
|||
weight = -4
|
||||
|
||||
[values]
|
||||
brim_width = 3
|
||||
brim_width = 5.6
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
infill_before_walls = True
|
||||
|
|
|
@ -10,7 +10,7 @@ material = generic_nylon_ultimaker3_AA_0.8
|
|||
weight = -3
|
||||
|
||||
[values]
|
||||
brim_width = 3
|
||||
brim_width = 5.6
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
infill_before_walls = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue