|
@@ -29,7 +29,11 @@ speed_print = 50
|
|
|
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
|
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
|
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
|
|
+support_bottom_distance = =support_z_distance
|
|
|
support_interface_density = 87.5
|
|
|
+support_interface_enable = True
|
|
|
+support_top_distance = =support_z_distance
|
|
|
+support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
|
|
switch_extruder_prime_speed = 15
|
|
|
switch_extruder_retraction_amount = 20
|
|
|
switch_extruder_retraction_speeds = 35
|