From cfc4939d4245cd7727d36bd9b501916cba02e825 Mon Sep 17 00:00:00 2001 From: goofoo Date: Wed, 30 Mar 2022 14:21:59 +0800 Subject: [PATCH] modify goofoo_base material temperature --- resources/definitions/goofoo_base.def.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/definitions/goofoo_base.def.json b/resources/definitions/goofoo_base.def.json index 67a5a4f4cc..a2581127b0 100644 --- a/resources/definitions/goofoo_base.def.json +++ b/resources/definitions/goofoo_base.def.json @@ -81,8 +81,11 @@ "optimize_wall_printing_order": { "value": "True" }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_print_temperature": { "maximum_value_warning": "421", "maximum_value": "500" }, + "material_print_temperature_layer_0": { "maximum_value_warning": "421", "maximum_value": "500" }, + "material_standby_temperature": { "maximum_value_warning": "421", "maximum_value": "500" }, + "material_initial_print_temperature": { "value": "material_print_temperature", "maximum_value_warning": "421", "maximum_value": "500" }, + "material_final_print_temperature": { "value": "material_print_temperature", "maximum_value_warning": "421", "maximum_value": "500" }, "material_flow": { "value": 100 }, "z_seam_type": { "value": "'back'" },