From 90ded1abf9667d7ef5901cdfe164d5fa8660f4c4 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 2 Jan 2020 09:49:52 +0100 Subject: [PATCH] Remove useless override of bed temperature The Generic PETG material also sets it to 70, as well as the eMotionTech and TiXYZ PETGs. The iMade3D bed temperature was 65, so for that one the temperature will change to 65 then which seems appropriate. I'll change the iMade3D thing in fdm_materials so that the settings are still the same. Discovered during investigation of #6898. --- .../quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg | 1 - .../quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg | 1 - .../anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg | 1 - 3 files changed, 3 deletions(-) diff --git a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg index 9d6fcd0159..df82701b13 100644 --- a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg +++ b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg @@ -12,7 +12,6 @@ material = generic_petg [values] material_print_temperature = =default_material_print_temperature + 35 -material_bed_temperature = 70 cool_fan_enabled = False speed_print = 30 diff --git a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg index 67dbe2c33b..9ab962068b 100644 --- a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg +++ b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg @@ -12,7 +12,6 @@ material = generic_petg [values] material_print_temperature = =default_material_print_temperature + 35 -material_bed_temperature = 70 cool_fan_enabled = False speed_print = 30 diff --git a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg index 5f79e3b1c4..77e5f3dc0e 100644 --- a/resources/quality/anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg +++ b/resources/quality/anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg @@ -12,7 +12,6 @@ material = generic_petg [values] material_print_temperature = =default_material_print_temperature + 35 -material_bed_temperature = 70 cool_fan_enabled = False speed_print = 30