Change prime_tower_enable to prime_tower_mode in all defs/profiles

This commit is contained in:
Erwan MATHIEU 2024-02-16 09:04:48 +01:00
parent 335a54c6d1
commit 5a291f9ba9
628 changed files with 628 additions and 628 deletions

View file

@ -15,7 +15,7 @@ weight = 0
brim_replaces_support = False
machine_nozzle_cool_down_speed = 0.75
machine_nozzle_heat_up_speed = 1.6
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
prime_tower_mode = ='normal' if (min(extruderValues('material_surface_energy')) < 100) else 'none'
skin_overlap = 10
support_angle = 45
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height