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