From 39749dcaf6dbe54169bfaf02384a4135ae2b0434 Mon Sep 17 00:00:00 2001 From: Jason Scurtu Date: Thu, 25 Oct 2018 12:45:01 +0200 Subject: [PATCH] use "material_print_temperature" in material profile --- .../anycubic_4max/petg/anycubic_4max_petg_draft.inst.cfg | 5 ++--- .../anycubic_4max/petg/anycubic_4max_petg_high.inst.cfg | 4 +--- .../anycubic_4max/petg/anycubic_4max_petg_normal.inst.cfg | 4 +--- 3 files changed, 4 insertions(+), 9 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 1e8869727a..6852fcd421 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 @@ -11,10 +11,9 @@ weight = 0 material = generic_petg [values] -default_material_print_temperature = 250 +material_print_temperature = =default_material_print_temperature + 35 material_bed_temperature = 70 cool_fan_enabled = False speed_print = 30 -speed_layer_0 = 20 -speed_travel = 60 + 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 af9fcf41ea..57a89c4ec2 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 @@ -11,10 +11,8 @@ weight = 2 material = generic_petg [values] -default_material_print_temperature = 250 +material_print_temperature = =default_material_print_temperature + 35 material_bed_temperature = 70 cool_fan_enabled = False speed_print = 30 -speed_layer_0 = 20 -speed_travel = 60 \ No newline at end of file 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 0946cacbf3..14a4607ceb 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 @@ -11,10 +11,8 @@ weight = 1 material = generic_petg [values] -default_material_print_temperature = 250 +material_print_temperature = =default_material_print_temperature + 35 material_bed_temperature = 70 cool_fan_enabled = False speed_print = 30 -speed_layer_0 = 20 -speed_travel = 60 \ No newline at end of file