Removed the reduced print speed for the bottom interface layers of the BB cores (effectively for PVA).

Relates to PP-328
This commit is contained in:
Paul Kuiper 2023-04-14 09:52:43 +02:00
parent 47a248e825
commit 3b716d08b2
10 changed files with 0 additions and 10 deletions

View file

@ -19,7 +19,6 @@ machine_nozzle_tip_outer_diameter = 1.0
retraction_min_travel = =3 * line_width
speed_prime_tower = =math.ceil(speed_print * 10 / 35)
speed_support = =math.ceil(speed_print * 25 / 35)
speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
speed_support_interface = =math.ceil(speed_support * 20 / 25)
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_bottom_height = =layer_height * 2