From 4f4e97e25a23146bf0a6895d95ac7268c8cbd428 Mon Sep 17 00:00:00 2001 From: NicolasBOYARD Date: Wed, 24 May 2023 10:37:03 +0200 Subject: [PATCH] eMotionTech Cooling removed in ABS material quality files ASA-X copied from ABS-X material quality files Speeds caped in IDEX420 machine definition file --- .../definitions/strateo3d_IDEX420.def.json | 113 +++++++++++++++--- .../s3d_IDEX420_std0.4_ABS-X_A.inst.cfg | 1 + .../s3d_IDEX420_std0.4_ABS-X_B.inst.cfg | 1 + .../s3d_IDEX420_std0.4_ABS-X_C.inst.cfg | 1 + .../s3d_IDEX420_std0.4_ABS_A.inst.cfg | 1 + .../s3d_IDEX420_std0.4_ABS_B.inst.cfg | 1 + .../s3d_IDEX420_std0.4_ABS_C.inst.cfg | 1 + .../s3d_IDEX420_std0.4_ASA-X_A.inst.cfg | 5 +- .../s3d_IDEX420_std0.4_ASA-X_B.inst.cfg | 5 +- .../s3d_IDEX420_std0.4_ASA-X_C.inst.cfg | 5 +- .../s3d_IDEX420_std0.6_ABS-X_B.inst.cfg | 1 + .../s3d_IDEX420_std0.6_ABS-X_C.inst.cfg | 1 + .../s3d_IDEX420_std0.6_ABS-X_D.inst.cfg | 1 + .../s3d_IDEX420_std0.6_ABS_B.inst.cfg | 1 + .../s3d_IDEX420_std0.6_ABS_C.inst.cfg | 1 + .../s3d_IDEX420_std0.6_ABS_D.inst.cfg | 1 + .../s3d_IDEX420_std0.6_ASA-X_B.inst.cfg | 6 +- .../s3d_IDEX420_std0.6_ASA-X_C.inst.cfg | 5 +- .../s3d_IDEX420_std0.6_ASA-X_D.inst.cfg | 5 +- .../s3d_IDEX420_std0.8_ABS-X_C.inst.cfg | 1 + .../s3d_IDEX420_std0.8_ABS-X_D.inst.cfg | 1 + .../s3d_IDEX420_std0.8_ABS-X_E.inst.cfg | 1 + .../s3d_IDEX420_std0.8_ABS_C.inst.cfg | 1 + .../s3d_IDEX420_std0.8_ABS_D.inst.cfg | 1 + .../s3d_IDEX420_std0.8_ABS_E.inst.cfg | 1 + .../s3d_IDEX420_std0.8_ASA-X_C.inst.cfg | 5 +- .../s3d_IDEX420_std0.8_ASA-X_D.inst.cfg | 5 +- .../s3d_IDEX420_std0.8_ASA-X_E.inst.cfg | 5 +- 28 files changed, 144 insertions(+), 33 deletions(-) diff --git a/resources/definitions/strateo3d_IDEX420.def.json b/resources/definitions/strateo3d_IDEX420.def.json index eb253c96ed..488e23126b 100644 --- a/resources/definitions/strateo3d_IDEX420.def.json +++ b/resources/definitions/strateo3d_IDEX420.def.json @@ -57,13 +57,29 @@ "infill_before_walls": { "default_value": false }, "infill_overlap": { "value": "0" }, "infill_wipe_dist": { "value": "0" }, - "jerk_layer_0": { "value": "5" }, + "jerk_layer_0": + { + "value": "5", + "maximum_value_warning": "5.1" + }, "jerk_prime_tower": { "value": "15" }, "jerk_support": { "value": "15" }, - "jerk_support_interface": { "value": "5" }, - "jerk_topbottom": { "value": "5" }, - "jerk_wall": { "value": "10" }, - "jerk_wall_0": { "value": "5" }, + "jerk_support_interface": { "value": "15" }, + "jerk_topbottom": + { + "value": "5", + "maximum_value_warning": "5.1" + }, + "jerk_wall": + { + "value": "10", + "maximum_value_warning": "10.1" + }, + "jerk_wall_0": + { + "value": "5", + "maximum_value_warning": "5.1" + }, "machine_acceleration": { "value": "1000" }, "machine_center_is_zero": { "default_value": true }, "machine_depth": { "default_value": 320 }, @@ -87,6 +103,8 @@ "machine_max_acceleration_x": { "value": "1000" }, "machine_max_acceleration_y": { "value": "1000" }, "machine_max_acceleration_z": { "value": "20" }, + "machine_max_jerk_xy": { "value": "15" }, + "machine_max_jerk_z": { "value": "15" }, "machine_min_cool_heat_time_window": { "value": "15" }, "machine_name": { "default_value": "IDEX420" }, "machine_nozzle_size": { "default_value": 0.4 }, @@ -106,21 +124,86 @@ "retraction_count_max": { "default_value": 15 }, "skin_overlap": { "value": "10" }, "skirt_brim_minimal_length": { "default_value": 333 }, - "speed_layer_0": { "value": "20" }, - "speed_prime_tower": { "value": "speed_topbottom" }, - "speed_print": { "value": "50" }, - "speed_support": { "value": "speed_wall" }, - "speed_support_interface": { "value": "speed_topbottom" }, - "speed_topbottom": { "value": "20" }, - "speed_travel": { "value": "150" }, - "speed_travel_layer_0": { "value": "100" }, - "speed_wall_0": { "value": "20" }, - "speed_wall_x": { "value": "speed_wall" }, + "speed_layer_0": + { + "value": "20", + "maximum_value": "20" + }, + "speed_print_layer_0": + { + "value": "20", + "maximum_value": "20" + }, + "speed_travel_layer_0": + { + "value": "100", + "maximum_value": "100" + }, + "skirt_brim_speed": + { + "value": "40", + "maximum_value": "40" + }, + "speed_prime_tower": + { + "value": "28", + "maximum_value": "28" + }, + "speed_print": + { + "value": "50", + "maximum_value": "50" + }, + "speed_infill": + { + "value": "50", + "maximum_value": "50" + }, + "speed_wall": + { + "value": "38", + "maximum_value": "38" + }, + "speed_support": + { + "value": "38", + "maximum_value": "38" + }, + "speed_support_interface": + { + "value": "28", + "maximum_value": "28" + }, + "speed_topbottom": + { + "value": "28", + "maximum_value": "28" + }, + "speed_travel": + { + "value": "150", + "maximum_value": "150" + }, + "speed_wall_0": + { + "value": "20", + "maximum_value": "20" + }, + "speed_wall_x": + { + "value": "38", + "maximum_value": "38" + }, "support_bottom_distance": { "maximum_value_warning": "machine_nozzle_size * 1.5", "value": "support_z_distance" }, + "speed_z_hop": + { + "value": "20", + "maximum_value": "20" + }, "support_infill_rate": { "value": "12" }, "support_interface_density": { "default_value": 90 }, "support_interface_enable": { "default_value": true }, diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg index d23dedca52..55c6e0a920 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg @@ -15,6 +15,7 @@ weight = 1 cool_fan_full_at_height = =layer_height_0 + 19 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg index 27ef939c73..b0e8517a98 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg @@ -15,6 +15,7 @@ weight = 0 cool_fan_full_at_height = =layer_height_0 + 14 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg index e8810f7d83..33ad461792 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg @@ -15,6 +15,7 @@ weight = -1 cool_fan_full_at_height = =layer_height_0 + 9 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_A.inst.cfg index 80e50f5652..0f85265103 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_A.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_A.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 102 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_B.inst.cfg index ec5a3a6031..a5d8859a02 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_B.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_B.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 98 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_C.inst.cfg index 9ae0762198..dc3b5f32e3 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_C.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 93 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg index 439c6dbb73..a0f88e0210 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg @@ -13,8 +13,9 @@ weight = 1 [values] cool_fan_full_at_height = =layer_height_0 + 19 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg index c434ade5c4..75e017c4e6 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg @@ -13,8 +13,9 @@ weight = 0 [values] cool_fan_full_at_height = =layer_height_0 + 14 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg index 4bce2aec67..b4e07f6ca5 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg @@ -13,8 +13,9 @@ weight = -1 [values] cool_fan_full_at_height = =layer_height_0 + 9 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg index f0247a8c03..a867086f5e 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg @@ -15,6 +15,7 @@ weight = 1 cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg index b1de7f820f..c35b8d1331 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg @@ -15,6 +15,7 @@ weight = 0 cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg index 2fafee73b0..9d752d1f7d 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg @@ -15,6 +15,7 @@ weight = -1 cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_B.inst.cfg index 208145756f..b561df1b03 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_B.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_B.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 98 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_C.inst.cfg index 79f4a636b2..752731eaa2 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_C.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 93 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_D.inst.cfg index ad35347b78..32b5834a5a 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_D.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_D.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 93 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg index 45fd41844d..432dc620d9 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg @@ -13,10 +13,12 @@ weight = 1 [values] cool_fan_full_at_height = =layer_height_0 + 6 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 material_flow = 96 + diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg index 7d206eca0f..a72ceb4430 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg @@ -13,8 +13,9 @@ weight = 0 [values] cool_fan_full_at_height = =layer_height_0 + 6 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg index 8f24aad406..aca57fcaa2 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg @@ -13,8 +13,9 @@ weight = -1 [values] cool_fan_full_at_height = =layer_height_0 + 6 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg index 781060735d..91961c7c3d 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg @@ -15,6 +15,7 @@ weight = 1 cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg index cfbccd82cf..b229b602e4 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg @@ -15,6 +15,7 @@ weight = 0 cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg index f809645829..4602326de8 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg @@ -15,6 +15,7 @@ weight = -1 cool_fan_full_at_height = =layer_height_0 + 6 * layer_height cool_fan_speed = 35 cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_C.inst.cfg index a32dfc05a5..ccca154957 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_C.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 93 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_D.inst.cfg index 743e182f49..7362a5d8d0 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_D.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_D.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 93 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_E.inst.cfg index ec56a9ea98..7fc6ec8825 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_E.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_E.inst.cfg @@ -19,5 +19,6 @@ cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 +cool_fan_enabled = False material_flow = 93 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg index 00b299eb15..a080ba3867 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg @@ -13,8 +13,9 @@ weight = 1 [values] cool_fan_full_at_height = =layer_height_0 + 6 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg index 9e8f47fcb9..4d9e63ff1c 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg @@ -13,8 +13,9 @@ weight = 0 [values] cool_fan_full_at_height = =layer_height_0 + 6 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10 diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg index eb795b5a54..e2496413b9 100644 --- a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg +++ b/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg @@ -13,8 +13,9 @@ weight = -1 [values] cool_fan_full_at_height = =layer_height_0 + 6 * layer_height -cool_fan_speed = 40 -cool_fan_speed_max = 75 +cool_fan_speed = 35 +cool_fan_speed_max = 100 +cool_fan_speed_0 = 20 cool_min_layer_time = 11 cool_min_layer_time_fan_speed_max = 20 cool_min_speed = 10