mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
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:
parent
8a9c202aef
commit
8ef3444b4a
35 changed files with 39 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue