Browse Source

Improved self support z distance settings for Ultimaker PLA, T-PLA, PETG and ABS

PP-424
Paul Kuiper 1 year ago
parent
commit
03abc91bda

+ 1 - 2
resources/quality/ultimaker_s3/um_s3_aa0.25_um-abs_0.1mm.inst.cfg

@@ -27,7 +27,6 @@ acceleration_wall_x = =acceleration_wall
 bridge_skin_speed = =bridge_wall_speed
 bridge_sparse_infill_max_density = 50
 bridge_wall_speed = 30
-cool_fan_speed_0 = 0
 cool_min_layer_time = 4
 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
 infill_sparse_density = 15
@@ -65,7 +64,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1.2 , layer_height * 6)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.25_um-petg_0.1mm.inst.cfg

@@ -63,7 +63,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1.2 , layer_height * 6)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.25_um-pla_0.1mm.inst.cfg

@@ -64,7 +64,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1 , layer_height * 5)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.25_um-tough-pla_0.1mm.inst.cfg

@@ -64,7 +64,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1 , layer_height * 5)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.06mm.inst.cfg

@@ -65,7 +65,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1.2 , layer_height * 6)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm.inst.cfg

@@ -66,7 +66,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1.2 , layer_height * 6)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm.inst.cfg

@@ -65,7 +65,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1.2 , layer_height * 6)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm.inst.cfg

@@ -67,7 +67,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1.2 , layer_height * 6)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.3mm.inst.cfg

@@ -67,7 +67,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.4
 top_bottom_thickness = =max(1.2 , layer_height * 6)
 wall_0_wipe_dist = 0.8
 wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)

+ 1 - 1
resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.06mm.inst.cfg

@@ -64,7 +64,7 @@ support_bottom_distance = =support_z_distance
 support_interface_enable = True
 support_structure = tree
 support_top_distance = =support_z_distance
-support_z_distance = =math.ceil(0.3/layer_height)*layer_height
+support_z_distance = 0.3
 top_bottom_thickness = =max(1.2 , layer_height * 6)
 wall_0_wipe_dist = 0.8
 z_seam_relative = True

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