mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-16 18:59:39 +08:00
Merge pull request #20496 from Ultimaker/PP-607-Improve-S8-CPE-and-PC-profiles
[PP-607] Improve CPE and PC surface quality
This commit is contained in:
commit
363e97426f
@ -13,8 +13,10 @@ weight = -2
|
||||
|
||||
[values]
|
||||
infill_overlap = 20
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'gyroid'
|
||||
speed_print = 100
|
||||
speed_wall_0 = =speed_print
|
||||
infill_pattern = lines
|
||||
speed_print = 40
|
||||
speed_wall = =speed_print
|
||||
speed_wall_0 = =speed_wall
|
||||
support_interface_enable = True
|
||||
wall_thickness = =wall_line_width_0 + 2*wall_line_width_x
|
||||
|
||||
|
@ -14,6 +14,8 @@ weight = -2
|
||||
[values]
|
||||
cool_min_layer_time = 6
|
||||
cool_min_layer_time_fan_speed_max = 12
|
||||
retraction_amount = 8
|
||||
inset_direction = inside_out
|
||||
material_flow = 95
|
||||
retraction_prime_speed = 15
|
||||
speed_wall_x = =speed_wall_0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user