Browse Source

Set TPU skin overlap to 5%

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.
Ghostkeeper 7 years ago
parent
commit
07f5b9b5bb

+ 1 - 0
resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg

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

+ 1 - 0
resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg

@@ -49,6 +49,7 @@ retraction_hop_enabled = False
 retraction_hop_only_when_collides = True
 retraction_min_travel = 0.8
 retraction_prime_speed = 15
+skin_overlap = 5
 speed_equalize_flow_enabled = True
 speed_layer_0 = 18
 speed_print = 25

+ 1 - 0
resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg

@@ -46,6 +46,7 @@ retraction_hop_enabled = False
 retraction_hop_only_when_collides = True
 retraction_min_travel = 0.8
 retraction_prime_speed = 15
+skin_overlap = 5
 speed_equalize_flow_enabled = True
 speed_layer_0 = 18
 speed_print = 25

+ 0 - 1
resources/quality/ultimaker3/um3_aa0.8_TPU_Draft_Print.inst.cfg

@@ -43,7 +43,6 @@ retraction_hop_only_when_collides = False
 retraction_min_travel = 0.8
 retraction_prime_speed = 15
 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

+ 0 - 1
resources/quality/ultimaker3/um3_aa0.8_TPU_Superdraft_Print.inst.cfg

@@ -44,7 +44,6 @@ retraction_hop_only_when_collides = False
 retraction_min_travel = 0.8
 retraction_prime_speed = 15
 skin_line_width = =round(line_width * 0.78 / 0.8, 2)
-skin_overlap = 15
 speed_print = 30
 speed_topbottom = =math.ceil(speed_print * 20 / 30)
 speed_travel = 300

+ 0 - 1
resources/quality/ultimaker3/um3_aa0.8_TPU_Verydraft_Print.inst.cfg

@@ -43,7 +43,6 @@ retraction_hop_only_when_collides = False
 retraction_min_travel = 0.8
 retraction_prime_speed = 15
 skin_line_width = =round(line_width * 0.78 / 0.8, 2)
-skin_overlap = 15
 speed_print = 30
 speed_topbottom = =math.ceil(speed_print * 23 / 30)
 speed_travel = 300