From 4f6362f3f527f01125cc3eef47b6a9d035465be1 Mon Sep 17 00:00:00 2001 From: THeijmans Date: Wed, 7 Feb 2018 16:51:49 +0100 Subject: [PATCH] PLA 0.8mm speeds respecified Fixed speeds after breaking them in the previous commit (97c96ab) --- .../quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg | 4 ++++ .../ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg | 4 ++++ .../quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/resources/quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg index 09e8539b03..8b3c3e56c6 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PLA_Draft_Print.inst.cfg @@ -27,6 +27,10 @@ material_standby_temperature = 100 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_x = =speed_wall +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_angle = 70 support_line_width = =line_width * 0.75 support_pattern = ='triangles' diff --git a/resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg index 2217dee344..2fe8f7c6f9 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg @@ -29,6 +29,10 @@ prime_tower_enable = True raft_margin = 10 retract_at_layer_change = False speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_x = =speed_wall +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_angle = 70 support_line_width = =line_width * 0.75 support_pattern = ='triangles' diff --git a/resources/quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg index 0bd3f9751a..9072e0c60f 100644 --- a/resources/quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.8_PLA_Verydraft_Print.inst.cfg @@ -28,6 +28,10 @@ material_standby_temperature = 100 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_x = =speed_wall +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_angle = 70 support_line_width = =line_width * 0.75 support_pattern = ='triangles'