mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
default max comb distance = 15mm
All ultimaker profiles get a default max combing distance of 15mm to avoid oozing in the infill. Profile/material specific settings are removed. PP-69
This commit is contained in:
parent
d83f11f42a
commit
fff03deefa
72 changed files with 10 additions and 80 deletions
|
|
@ -16,5 +16,4 @@ speed_infill = =math.ceil(speed_print * 40 / 55)
|
|||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
top_bottom_thickness = 0.8
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
|||
|
|
@ -20,5 +20,4 @@ speed_print = 60
|
|||
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)
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
|||
|
|
@ -21,5 +21,4 @@ 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 = 8
|
||||
retraction_combing = all
|
||||
|
|
|
|||
|
|
@ -21,5 +21,4 @@ speed_print = 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 = 8
|
||||
retraction_combing = all
|
||||
|
|
|
|||
|
|
@ -18,5 +18,4 @@ 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 = 8
|
||||
retraction_combing = all
|
||||
|
|
|
|||
|
|
@ -21,5 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
|||
speed_wall = =math.ceil(speed_print * 33 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
speed_infill = =math.ceil(speed_print * 33 / 45)
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
|
|
|||
|
|
@ -19,5 +19,4 @@ 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 = 8
|
||||
retraction_combing = all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue