Enable interface layer for BAM (also for PVA, but this was already enabled via the BB core variant).

Relates to PP-108
This commit is contained in:
p.kuiper 2022-06-08 12:40:28 +02:00
parent 8a9c202aef
commit 8ef3444b4a
35 changed files with 39 additions and 1 deletions

View file

@ -26,6 +26,7 @@ speed_wall = =math.ceil(speed_print * 40 / 80)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
top_bottom_thickness = 1
support_brim_enable = True
support_interface_enable = True
support_interface_density = =min(extruderValues('material_surface_energy'))
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height