|
@@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|
|
bridge_sparse_infill_max_density = 50
|
|
|
bridge_wall_speed = 30
|
|
|
cool_min_layer_time = 6
|
|
|
+infill_material_flow = =1.1 * material_flow
|
|
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
|
|
infill_sparse_density = 15
|
|
|
jerk_infill = =jerk_print
|
|
@@ -49,6 +50,7 @@ raft_airgap = 0.25
|
|
|
retraction_amount = 6.5
|
|
|
retraction_prime_speed = =retraction_speed
|
|
|
retraction_speed = 45
|
|
|
+skin_material_flow = =1.05 * material_flow
|
|
|
small_skin_on_surface = False
|
|
|
small_skin_width = 4
|
|
|
speed_infill = =speed_print
|
|
@@ -70,6 +72,8 @@ support_top_distance = =support_z_distance
|
|
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
|
|
top_bottom_thickness = =max(1 , layer_height * 5)
|
|
|
wall_0_wipe_dist = 0.8
|
|
|
+wall_x_material_flow = =1.1 * wall_material_flow
|
|
|
+wall_x_material_flow_roofing = =wall_material_flow
|
|
|
z_seam_relative = True
|
|
|
z_seam_type = back
|
|
|
zig_zaggify_infill = True
|