mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Merge branch 'master' into libArachne_rebased
Conflicts: resources/texts/change_log.txt -> Adding 4.10 release notes in between 4.9 and Arachne.
This commit is contained in:
commit
88954922d4
484 changed files with 32262 additions and 2638 deletions
|
@ -18,5 +18,5 @@ speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
|||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 0.92
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 40
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
@ -23,5 +23,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 60)
|
|||
speed_wall = =math.ceil(speed_print * 45 / 60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
||||
wall_thickness = 1
|
||||
retraction_combing_max_distance = 40
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
@ -23,5 +23,5 @@ speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
|||
speed_wall = =math.ceil(speed_print * 40 / 60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
retraction_combing_max_distance = 40
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
@ -23,5 +23,5 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 55)
|
|||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 55)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 55)
|
||||
retraction_combing_max_distance = 40
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
@ -20,5 +20,5 @@ prime_tower_enable = True
|
|||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
retraction_combing_max_distance = 40
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
@ -22,5 +22,5 @@ speed_print = 45
|
|||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
retraction_combing_max_distance = 40
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
@ -21,5 +21,5 @@ prime_tower_enable = True
|
|||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
retraction_combing_max_distance = 40
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue