From 14e99cef17e1adefb6d447b6532282b83b525683 Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Wed, 29 Nov 2017 13:33:40 +0100 Subject: [PATCH] CURA-4634 Remove standby temperature from quality profiles --- .../quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg | 3 +-- resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg index 980da522c8..f3c6ae8387 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg @@ -15,8 +15,7 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 -material_print_temperature = =230 -material_standby_temperature = 100 +material_print_temperature = =default_material_print_temperature + 5 # prime_tower_enable: see CURA-4248 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 skin_overlap = 20 diff --git a/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg index 86b584c9af..e027477595 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg @@ -11,12 +11,10 @@ weight = -1 setting_version = 4 [values] -default_material_print_temperature = 225 cool_fan_full_at_height = =layer_height_0 + 2 * layer_height cool_fan_speed_max = =cool_fan_speed machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 -material_standby_temperature = 100 # prime_tower_enable: see CURA-4248 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 speed_print = 80