From 61f5b1a993ab37092eca45adc64cdb874aef8755 Mon Sep 17 00:00:00 2001 From: "jos@mauk.cc" Date: Thu, 16 Jan 2020 16:41:14 +0100 Subject: [PATCH] HMS434 update excluded materials speed settings --- resources/definitions/hms434.def.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/definitions/hms434.def.json b/resources/definitions/hms434.def.json index e5f32283d8..d0a48ada52 100644 --- a/resources/definitions/hms434.def.json +++ b/resources/definitions/hms434.def.json @@ -13,6 +13,7 @@ "chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "emotiontech_abs", "emotiontech_asax", "emotiontech_hips", "emotiontech_petg", "emotiontech_pla", "emotiontech_pva-m", "emotiontech_pva-oks", "emotiontech_pva-s", "emotiontech_tpu98a", + "eSUN_PETG_Black", "eSUN_PETG_Grey", "eSUN_PETG_Purple", "eSUN_PLA_PRO_Black", "eSUN_PLA_PRO_Grey", "eSUN_PLA_PRO_Purple", "eSUN_PLA_PRO_White", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", "fiberlogy_hd_pla", "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", @@ -130,9 +131,9 @@ "speed_print": {"value": "50"}, "speed_infill": {"value": "speed_print"}, - "speed_wall": {"value": "(speed_print/5*3) if speed_print < 51 else speed_print"}, + "speed_wall": {"value": "(speed_print/5*3) if speed_print > 45 else speed_print"}, "speed_wall_x": {"value": "speed_wall"}, - "speed_layer_0": {"value": "(speed_print/5*4) if speed_print < 51 else speed_print"}, + "speed_layer_0": {"value": "(speed_print/5*4) if speed_print > 45 else speed_print"}, "speed_topbottom": {"value": "speed_layer_0"}, "speed_travel": {"value": "150"}, "speed_travel_layer_0": {"value": "speed_travel"}, @@ -151,8 +152,8 @@ "cool_fan_speed": {"value": 0}, "cool_fan_enabled": {"value": true}, "cool_min_layer_time_fan_speed_max": {"value": "cool_min_layer_time"}, - "cool_min_layer_time": {"value": 20}, - "cool_min_speed": {"value": "10"}, + "cool_min_layer_time": {"value": 30}, + "cool_min_speed": {"value": "5"}, "cool_lift_head": {"value": false}, "support_infill_rate": {"value": 25},