Browse Source

Cleaned up of the support settings for the UM2+C quality modes.

Relates to PP-108
p.kuiper 2 years ago
parent
commit
63caa06039

+ 0 - 2
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_draft.inst.cfg

@@ -35,7 +35,5 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 25)
 speed_wall_x = =speed_print
 support_angle = 45
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 20
-support_pattern = lines
 support_z_distance = 0.26
 top_bottom_thickness = 1.5

+ 0 - 2
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_normal.inst.cfg

@@ -35,7 +35,5 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 35)
 speed_wall_x = =math.ceil(speed_print * 30 / 35)
 support_angle = 45
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 20
-support_pattern = lines
 support_z_distance = 0.26
 top_bottom_thickness = 1.5

+ 0 - 4
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_draft.inst.cfg

@@ -37,9 +37,5 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 25)
 speed_wall_x = =speed_print
 support_angle = 45
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 20
-support_line_distance = 2.85
-support_pattern = lines
-support_xy_distance = 0.6
 support_z_distance = 0.22
 top_bottom_thickness = 0.75

+ 0 - 4
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_normal.inst.cfg

@@ -37,9 +37,5 @@ speed_wall_0 = =math.ceil(speed_print * 30 / 35)
 speed_wall_x = =speed_print
 support_angle = 45
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 20
-support_line_distance = 2.85
-support_pattern = lines
-support_xy_distance = 0.6
 support_z_distance = 0.22
 top_bottom_thickness = 0.75

+ 0 - 2
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_draft.inst.cfg

@@ -33,8 +33,6 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 25)
 speed_wall_x = =speed_print
 support_angle = 45
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 20
-support_pattern = lines
 support_z_distance = 0.26
 top_bottom_thickness = 1.2
 retraction_combing_max_distance = 50

+ 0 - 2
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.8_normal.inst.cfg

@@ -33,8 +33,6 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 30)
 speed_wall_x = =speed_print
 support_angle = 45
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 20
-support_pattern = lines
 support_z_distance = 0.26
 top_bottom_thickness = 1.2
 retraction_combing_max_distance = 50

+ 0 - 3
resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_high.inst.cfg

@@ -34,9 +34,6 @@ speed_travel = 150
 speed_wall_0 = =math.ceil(speed_print * 20 / 40)
 speed_wall_x = =speed_print
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 20
-support_pattern = lines
-support_xy_distance = 0.6
 support_z_distance = =layer_height * 2
 top_bottom_thickness = 1.2
 speed_infill = =math.ceil(speed_print * 40 / 40)

+ 0 - 3
resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.25_normal.inst.cfg

@@ -34,8 +34,5 @@ speed_travel = 150
 speed_wall_0 = =math.ceil(speed_print * 20 / 40)
 speed_wall_x = =speed_print
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 20
-support_pattern = lines
-support_xy_distance = 0.6
 support_z_distance = =layer_height * 2
 top_bottom_thickness = 1.2

+ 0 - 3
resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_fast.inst.cfg

@@ -34,9 +34,6 @@ speed_travel = 150
 speed_wall = =math.ceil(speed_print * 40 / 45)
 support_angle = 45
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 25
-support_pattern = lines
-support_xy_distance = 0.6
 support_z_distance = =layer_height * 2
 top_bottom_thickness = 0.75
 speed_wall_0 = =math.ceil(speed_print * 30 / 45)

+ 0 - 3
resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.4_normal.inst.cfg

@@ -33,8 +33,5 @@ speed_travel = 150
 speed_wall = =math.ceil(speed_print * 40 / 45)
 support_angle = 45
 support_enable = True
-support_infill_rate = =0 if support_enable and support_structure == 'tree' else 25
-support_pattern = lines
-support_xy_distance = 0.6
 support_z_distance = =layer_height * 2
 top_bottom_thickness = 0.75

Some files were not shown because too many files changed in this diff