|
@@ -44,12 +44,12 @@ retraction_extrusion_window = 1
|
|
|
retraction_hop_only_when_collides = True
|
|
|
retraction_min_travel = =line_width * 2
|
|
|
retraction_prime_speed = 15
|
|
|
+skin_line_width = =round(line_width / 0.8, 2)
|
|
|
skin_overlap = 5
|
|
|
speed_equalize_flow_enabled = True
|
|
|
speed_layer_0 = =math.ceil(speed_print * 18 / 25)
|
|
|
speed_print = 25
|
|
|
-speed_topbottom = =math.ceil(speed_print * 25 / 25)
|
|
|
-
|
|
|
+speed_topbottom = =math.ceil(speed_print * 0.8)
|
|
|
speed_wall = =math.ceil(speed_print * 25 / 25)
|
|
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 25)
|
|
|
support_angle = 50
|