Fixing the UM2+ speeds

Fixing the very high print speeds in UM2+ profiles
This commit is contained in:
THeijmans 2019-03-11 14:42:10 +01:00
parent f9b91df034
commit 02fc942ac8
9 changed files with 13 additions and 13 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)