From dd79b895f5cd9853f0e6d7a350cb924a45a757c7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 3 Oct 2017 10:00:48 +0200 Subject: [PATCH 1/2] Set support horizontal expansion back to 3 They discovered that the 2 was causing a lot of failed prints. --- resources/variants/ultimaker3_bb04.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/variants/ultimaker3_bb04.inst.cfg b/resources/variants/ultimaker3_bb04.inst.cfg index 2194407d26..39d33b10f8 100644 --- a/resources/variants/ultimaker3_bb04.inst.cfg +++ b/resources/variants/ultimaker3_bb04.inst.cfg @@ -43,7 +43,7 @@ support_interface_height = 0.6 support_interface_skip_height = =layer_height support_join_distance = 3 support_line_width = =round(line_width * 0.4 / 0.35, 2) -support_offset = 2 +support_offset = 3 support_xy_distance = =round(wall_line_width_0 * 0.75, 2) support_xy_distance_overhang = =wall_line_width_0 / 2 switch_extruder_retraction_amount = 12 \ No newline at end of file From 9a30941ead6a88d71b69dd65ecd6a26308e6bfbd Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 3 Oct 2017 10:59:00 +0200 Subject: [PATCH 2/2] Set support horizontal expansion back to 3 Also for Extended. --- resources/variants/ultimaker3_extended_bb04.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/variants/ultimaker3_extended_bb04.inst.cfg b/resources/variants/ultimaker3_extended_bb04.inst.cfg index b678bdd1fc..a62480bd75 100644 --- a/resources/variants/ultimaker3_extended_bb04.inst.cfg +++ b/resources/variants/ultimaker3_extended_bb04.inst.cfg @@ -43,7 +43,7 @@ support_interface_height = 0.6 support_interface_skip_height = =layer_height support_join_distance = 3 support_line_width = =round(line_width * 0.4 / 0.35, 2) -support_offset = 2 +support_offset = 3 support_xy_distance = =round(wall_line_width_0 * 0.75, 2) support_xy_distance_overhang = =wall_line_width_0 / 2 switch_extruder_retraction_amount = 12 \ No newline at end of file