mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Drop in experimental profiles for external testing
A few external beta testers wanted to have these CPE(+) profiles to test with. I'm making a build that allows them to test this on MacOS.
This commit is contained in:
parent
9ad85ce235
commit
1feaace285
8 changed files with 28 additions and 0 deletions
|
@ -32,10 +32,12 @@ prime_tower_enable = True
|
|||
prime_tower_size = 17
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing = off
|
||||
retraction_count_max = 4
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 3
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = 20
|
||||
speed_print = 50
|
||||
|
|
|
@ -32,10 +32,12 @@ prime_tower_enable = True
|
|||
prime_tower_size = 17
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing = off
|
||||
retraction_count_max = 4
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 3
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = 20
|
||||
speed_print = 45
|
||||
|
|
|
@ -34,10 +34,12 @@ prime_tower_enable = True
|
|||
prime_tower_size = 17
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing = off
|
||||
retraction_count_max = 4
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 3
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = 20
|
||||
speed_print = 40
|
||||
|
|
|
@ -33,10 +33,12 @@ prime_tower_enable = True
|
|||
prime_tower_size = 17
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing = off
|
||||
retraction_count_max = 4
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 3
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = 20
|
||||
speed_print = 40
|
||||
|
|
|
@ -15,6 +15,11 @@ material_initial_print_temperature = =material_print_temperature - 5
|
|||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_size = 17
|
||||
retraction_combing = off
|
||||
retraction_count_max = 4
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 3
|
||||
skin_overlap = 20
|
||||
speed_print = 60
|
||||
speed_layer_0 = 20
|
||||
|
|
|
@ -16,6 +16,11 @@ material_initial_print_temperature = =material_print_temperature - 5
|
|||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_size = 17
|
||||
retraction_combing = off
|
||||
retraction_count_max = 4
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 3
|
||||
speed_print = 60
|
||||
speed_layer_0 = 20
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
||||
|
|
|
@ -18,6 +18,11 @@ material_initial_print_temperature = =material_print_temperature - 5
|
|||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_size = 17
|
||||
retraction_combing = off
|
||||
retraction_count_max = 4
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 3
|
||||
speed_print = 50
|
||||
speed_layer_0 = 20
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
||||
|
|
|
@ -16,6 +16,11 @@ material_initial_print_temperature = =material_print_temperature - 5
|
|||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_size = 17
|
||||
retraction_combing = off
|
||||
retraction_count_max = 4
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 3
|
||||
speed_print = 55
|
||||
speed_layer_0 = 20
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue