For the 0.8mm profiles the variants specify 5%, so we remove it from those profiles. The 0.4mm variants specify 15% so for those we need to override it.
@@ -56,6 +56,7 @@ speed_travel = 300
speed_wall = =math.ceil(speed_print * 25 / 25)
speed_wall_0 = =math.ceil(speed_wall * 25 / 25)
support_angle = 50
+skin_overlap = 5
switch_extruder_prime_speed = 15
switch_extruder_retraction_amount = 20
switch_extruder_retraction_speeds = 35
@@ -49,6 +49,7 @@ retraction_hop_enabled = False
retraction_hop_only_when_collides = True
retraction_min_travel = 0.8
retraction_prime_speed = 15
speed_equalize_flow_enabled = True
speed_layer_0 = 18
speed_print = 25
@@ -46,6 +46,7 @@ retraction_hop_enabled = False
@@ -43,7 +43,6 @@ retraction_hop_only_when_collides = False
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
-skin_overlap = 15
speed_print = 30
speed_topbottom = =math.ceil(speed_print * 25 / 30)
speed_travel = 300
@@ -44,7 +44,6 @@ retraction_hop_only_when_collides = False
speed_topbottom = =math.ceil(speed_print * 20 / 30)
speed_topbottom = =math.ceil(speed_print * 23 / 30)