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
|
@ -11,7 +11,7 @@ type = quality
|
|||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
prime_tower_enable = False
|
||||
prime_tower_mode = none
|
||||
raft_airgap = 0.25
|
||||
skin_overlap = 10
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 70)
|
||||
|
|
|
@ -11,7 +11,7 @@ type = quality
|
|||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
prime_tower_enable = False
|
||||
prime_tower_mode = none
|
||||
raft_airgap = 0.25
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 45 / 70)
|
||||
|
|
|
@ -12,7 +12,7 @@ variant = 0.40mm_Elegoo_Nozzle
|
|||
|
||||
[values]
|
||||
infill_sparse_density = 15
|
||||
prime_tower_enable = False
|
||||
prime_tower_mode = none
|
||||
raft_airgap = 0.25
|
||||
skin_overlap = 20
|
||||
top_bottom_thickness = 0.8
|
||||
|
|
|
@ -14,7 +14,7 @@ variant = 0.40mm_Elegoo_Nozzle
|
|||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 15
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
prime_tower_enable = False
|
||||
prime_tower_mode = none
|
||||
raft_airgap = 0.25
|
||||
skin_overlap = 20
|
||||
top_bottom_thickness = 0.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue