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:
Ghostkeeper 2017-04-14 11:56:36 +02:00
parent e72d5ce93f
commit 3a30386ec6
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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