PC: Prevent holes in outside wall of PC prints due to air capture during unretracts:

- reduce retract length, inner wall before outer wall, inner wall speed equal to outer wall.
We also lowered the flow rate to 95% for PC because we noticed that it was over extruding.

CPE: CPE is VERY fragile to printer over itself or bumps. Lower all speeds to 40mm/s, goto 'lines' infill type to prevent crossing over lines, 3 walls to prevent issues with infill to reach the outer wall.

PP-607
This commit is contained in:
Paul Kuiper 2025-04-08 14:32:15 +02:00
parent 6251a816f0
commit e76e843274
2 changed files with 8 additions and 4 deletions

View File

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

View File

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