mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 01:55:55 +08:00
Let CPE always use prime tower
Also 0.8mm.
This commit is contained in:
parent
e3236bec4d
commit
8ff3079b3e
@ -14,6 +14,7 @@ brim_width = 15
|
|||||||
line_width = =machine_nozzle_size * 0.875
|
line_width = =machine_nozzle_size * 0.875
|
||||||
material_print_temperature = =default_material_print_temperature + 15
|
material_print_temperature = =default_material_print_temperature + 15
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
prime_tower_enable = True
|
||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
|
@ -15,6 +15,7 @@ layer_height = 0.4
|
|||||||
line_width = =machine_nozzle_size * 0.875
|
line_width = =machine_nozzle_size * 0.875
|
||||||
material_print_temperature = =default_material_print_temperature + 20
|
material_print_temperature = =default_material_print_temperature + 20
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
prime_tower_enable = True
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||||
|
@ -15,6 +15,7 @@ layer_height = 0.3
|
|||||||
line_width = =machine_nozzle_size * 0.875
|
line_width = =machine_nozzle_size * 0.875
|
||||||
material_print_temperature = =default_material_print_temperature + 17
|
material_print_temperature = =default_material_print_temperature + 17
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
prime_tower_enable = True
|
||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user