Cleaned up of the support settings for the S5 quality modes.

Relates to PP-108
This commit is contained in:
p.kuiper 2022-06-03 09:23:38 +02:00
parent 0f48878bc7
commit 6d50ab152d
26 changed files with 4 additions and 58 deletions

View file

@ -16,8 +16,6 @@ acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
brim_width = 3
cool_fan_speed = 50
cool_min_speed = 5
gradual_support_infill_step_height = 1.6
gradual_support_infill_steps = 2
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
@ -57,19 +55,6 @@ speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
speed_prime_tower = =math.ceil(speed_print * 7 / 35)
support_angle = 60
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.4
support_interface_enable = True
support_interface_height = 0.6
support_interface_skip_height = =layer_height
support_join_distance = 3
support_offset = 1.5
support_use_towers = False
support_xy_distance = =wall_line_width_0
support_xy_distance_overhang = =wall_line_width_0 / 4
support_z_distance = 0
switch_extruder_prime_speed = 15
switch_extruder_retraction_amount = 12