Browse Source

Fixing the UM2+ speeds

Fixing the very high print speeds in UM2+ profiles
THeijmans 6 years ago
parent
commit
e33ec5c324

+ 1 - 1
resources/quality/ultimaker2_plus/um2p_abs_0.4_high.inst.cfg

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

+ 3 - 3
resources/quality/ultimaker2_plus/um2p_cpe_0.4_fast.inst.cfg

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

+ 1 - 1
resources/quality/ultimaker2_plus/um2p_cpe_0.4_high.inst.cfg

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

+ 1 - 1
resources/quality/ultimaker2_plus/um2p_nylon_0.6_fast.inst.cfg

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

+ 1 - 1
resources/quality/ultimaker2_plus/um2p_pc_0.4_fast.inst.cfg

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

+ 1 - 1
resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg

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

+ 2 - 2
resources/quality/ultimaker2_plus/um2p_pp_0.4_fast.inst.cfg

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

+ 2 - 2
resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg

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

+ 1 - 1
resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg

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