mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Fixing the UM2+ speeds
Fixing the very high print speeds in UM2+ profiles
This commit is contained in:
parent
f9b91df034
commit
02fc942ac8
9 changed files with 13 additions and 13 deletions
|
@ -23,4 +23,4 @@ speed_wall = =math.ceil(speed_print * 30 / 45)
|
|||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 80 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -23,7 +23,7 @@ speed_travel = 150
|
|||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
speed_wall_0 = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 80 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 100 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -23,4 +23,4 @@ speed_wall = =math.ceil(speed_print * 30 / 45)
|
|||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 80 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -45,4 +45,4 @@ support_xy_distance = 0.7
|
|||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
speed_infill = =math.ceil(speed_print * 100 / 55)
|
||||
speed_infill = =math.ceil(speed_print * 55 / 55)
|
||||
|
|
|
@ -37,4 +37,4 @@ support_pattern = lines
|
|||
support_z_distance = 0.19
|
||||
wall_thickness = 1.2
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 100 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -42,4 +42,4 @@ support_pattern = lines
|
|||
support_z_distance = 0.21
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
speed_infill = =math.ceil(speed_print * 100 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -68,5 +68,5 @@ travel_avoid_distance = 3
|
|||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.38 / 0.38, 2)
|
||||
wall_thickness = 0.76
|
||||
speed_wall_x = =math.ceil(speed_print * 80 / 25)
|
||||
speed_infill = =math.ceil(speed_print * 100 / 25)
|
||||
speed_wall_x = =math.ceil(speed_print * 25 / 25)
|
||||
speed_infill = =math.ceil(speed_print * 25 / 25)
|
||||
|
|
|
@ -69,5 +69,5 @@ travel_avoid_distance = 3
|
|||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.57 / 0.57, 2)
|
||||
wall_thickness = 1.14
|
||||
speed_wall_x = =math.ceil(speed_print * 80 / 25)
|
||||
speed_infill = =math.ceil(speed_print * 100 / 25)
|
||||
speed_wall_x = =math.ceil(speed_print * 25 / 25)
|
||||
speed_infill = =math.ceil(speed_print * 25 / 25)
|
||||
|
|
|
@ -42,4 +42,4 @@ support_xy_distance = 0.7
|
|||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.14
|
||||
speed_infill = =math.ceil(speed_print * 100 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue