mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Improved self-support settings for the S8. Better release due to the horizontal expansion. More robustness due to brims, and larger build plate trunks and avoid travel over support. Faster printing due to higher support speeds and less tree branches.Improved part strength due to higher infill flow rates. Added 1 flooring layer to all Ultimaker machines to improve bottom part quality. Small bug fixes to the sketch/replicator profiles. Updated settings version def files.
PP-580 PP-581
This commit is contained in:
parent
1f7f9b4b53
commit
8aacf63f4a
8 changed files with 31 additions and 11 deletions
|
@ -23,6 +23,7 @@ retraction_count_max = 5
|
|||
skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width))
|
||||
speed_prime_tower = 25
|
||||
speed_support = 50
|
||||
support_angle = 45
|
||||
support_infill_sparse_thickness = =2 * layer_height
|
||||
support_interface_enable = True
|
||||
support_z_distance = 0
|
||||
|
|
|
@ -24,6 +24,7 @@ retraction_count_max = 5
|
|||
skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width))
|
||||
speed_prime_tower = 25
|
||||
speed_support = 50
|
||||
support_angle = 45
|
||||
support_infill_sparse_thickness = =2 * layer_height
|
||||
support_interface_enable = True
|
||||
support_z_distance = 0
|
||||
|
|
|
@ -24,6 +24,7 @@ retraction_count_max = 5
|
|||
skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width))
|
||||
speed_prime_tower = 25
|
||||
speed_support = 50
|
||||
support_angle = 45
|
||||
support_interface_enable = True
|
||||
support_z_distance = 0
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ retraction_count_max = 5
|
|||
skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width))
|
||||
speed_prime_tower = 25
|
||||
speed_support = 50
|
||||
support_angle = 45
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_enable = True
|
||||
support_z_distance = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue