mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
Change prime_tower_enable to prime_tower_mode in all defs/profiles
This commit is contained in:
parent
335a54c6d1
commit
5a291f9ba9
628 changed files with 628 additions and 628 deletions
|
@ -16,7 +16,7 @@ brim_replaces_support = False
|
|||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
||||
prime_tower_mode = ='normal' if (min(extruderValues('material_surface_energy')) < 100) else 'none'
|
||||
skin_overlap = 20
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 50 / 70)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue