From a6bd0f26edc66b30936cc216cda12d685c0ad082 Mon Sep 17 00:00:00 2001 From: XunZhangBambu Date: Fri, 12 Jan 2024 10:12:54 +0800 Subject: [PATCH] ENH: add some missing params in profiles 1. Add "filament_is_support" and "required_nozzle_hrc" in 3rd party printer profiles jira:[NEW] Signed-off-by: XunZhangBambu Change-Id: I914ca26ef093b011164214beb29e797f88eb274a --- resources/profiles/Anker.json | 2 +- resources/profiles/Anker/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Anycubic.json | 2 +- .../profiles/Anycubic/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Creality.json | 2 +- .../profiles/Creality/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Elegoo.json | 2 +- resources/profiles/Elegoo/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Prusa.json | 2 +- resources/profiles/Prusa/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Qidi.json | 2 +- resources/profiles/Qidi/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Tronxy.json | 2 +- resources/profiles/Tronxy/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Vivedino.json | 2 +- .../profiles/Vivedino/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Voron.json | 2 +- resources/profiles/Voron/filament/fdm_filament_common.json | 6 ++++++ resources/profiles/Voxelab.json | 2 +- .../profiles/Voxelab/filament/fdm_filament_common.json | 6 ++++++ 20 files changed, 70 insertions(+), 10 deletions(-) diff --git a/resources/profiles/Anker.json b/resources/profiles/Anker.json index 3da74bb2fa..069eb6308a 100644 --- a/resources/profiles/Anker.json +++ b/resources/profiles/Anker.json @@ -1,6 +1,6 @@ { "name": "Anker", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Anker configurations", "machine_model_list": [ diff --git a/resources/profiles/Anker/filament/fdm_filament_common.json b/resources/profiles/Anker/filament/fdm_filament_common.json index 4851217fe1..8091b75466 100644 --- a/resources/profiles/Anker/filament/fdm_filament_common.json +++ b/resources/profiles/Anker/filament/fdm_filament_common.json @@ -57,6 +57,9 @@ "filament_diameter": [ "1.75" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -114,6 +117,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ], diff --git a/resources/profiles/Anycubic.json b/resources/profiles/Anycubic.json index 035dc89614..eaaaae0396 100644 --- a/resources/profiles/Anycubic.json +++ b/resources/profiles/Anycubic.json @@ -1,6 +1,6 @@ { "name": "Anycubic", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Anycubic configurations", "machine_model_list": [ diff --git a/resources/profiles/Anycubic/filament/fdm_filament_common.json b/resources/profiles/Anycubic/filament/fdm_filament_common.json index fe983433dc..85fb138cd7 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_common.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_common.json @@ -57,6 +57,9 @@ "filament_diameter": [ "1.75" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -117,6 +120,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ], diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index 8c873c88e3..588b0fc9c3 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -1,6 +1,6 @@ { "name": "Creality", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Creality configurations", "machine_model_list": [ diff --git a/resources/profiles/Creality/filament/fdm_filament_common.json b/resources/profiles/Creality/filament/fdm_filament_common.json index cc83798271..becce0b2dd 100644 --- a/resources/profiles/Creality/filament/fdm_filament_common.json +++ b/resources/profiles/Creality/filament/fdm_filament_common.json @@ -42,6 +42,9 @@ "filament_flow_ratio": [ "1" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -114,6 +117,9 @@ "reduce_fan_stop_start_freq": [ "0" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_for_layer_cooling": [ "1" ], diff --git a/resources/profiles/Elegoo.json b/resources/profiles/Elegoo.json index 67a5d0bfbb..82f93520c8 100644 --- a/resources/profiles/Elegoo.json +++ b/resources/profiles/Elegoo.json @@ -1,6 +1,6 @@ { "name": "Elegoo", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Elegoo configurations", "machine_model_list": [ diff --git a/resources/profiles/Elegoo/filament/fdm_filament_common.json b/resources/profiles/Elegoo/filament/fdm_filament_common.json index c48b23ada2..16ed492ace 100644 --- a/resources/profiles/Elegoo/filament/fdm_filament_common.json +++ b/resources/profiles/Elegoo/filament/fdm_filament_common.json @@ -63,6 +63,9 @@ "filament_diameter": [ "1.75" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -123,6 +126,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ], diff --git a/resources/profiles/Prusa.json b/resources/profiles/Prusa.json index 318271f826..bf44923bb8 100644 --- a/resources/profiles/Prusa.json +++ b/resources/profiles/Prusa.json @@ -1,6 +1,6 @@ { "name": "Prusa", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Prusa configurations", "machine_model_list": [ diff --git a/resources/profiles/Prusa/filament/fdm_filament_common.json b/resources/profiles/Prusa/filament/fdm_filament_common.json index c0d4f6a722..ab2e80ec73 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_common.json +++ b/resources/profiles/Prusa/filament/fdm_filament_common.json @@ -57,6 +57,9 @@ "filament_diameter": [ "1.75" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -114,6 +117,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ], diff --git a/resources/profiles/Qidi.json b/resources/profiles/Qidi.json index dbc4bc885c..1790c26370 100644 --- a/resources/profiles/Qidi.json +++ b/resources/profiles/Qidi.json @@ -1,6 +1,6 @@ { "name": "Qidi", - "version": "01.08.00.03", + "version": "01.08.00.04", "force_update": "0", "description": "Qidi configurations", "machine_model_list": [ diff --git a/resources/profiles/Qidi/filament/fdm_filament_common.json b/resources/profiles/Qidi/filament/fdm_filament_common.json index c48b23ada2..1ea63ad88d 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_common.json +++ b/resources/profiles/Qidi/filament/fdm_filament_common.json @@ -63,6 +63,9 @@ "filament_diameter": [ "1.75" ], + "filament_is_support" : [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -123,6 +126,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ], diff --git a/resources/profiles/Tronxy.json b/resources/profiles/Tronxy.json index fa9ac07530..5f06b7ed57 100644 --- a/resources/profiles/Tronxy.json +++ b/resources/profiles/Tronxy.json @@ -1,6 +1,6 @@ { "name": "Tronxy", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Tronxy configurations", "machine_model_list": [ diff --git a/resources/profiles/Tronxy/filament/fdm_filament_common.json b/resources/profiles/Tronxy/filament/fdm_filament_common.json index 22c32f8ca6..251a572511 100644 --- a/resources/profiles/Tronxy/filament/fdm_filament_common.json +++ b/resources/profiles/Tronxy/filament/fdm_filament_common.json @@ -63,6 +63,9 @@ "filament_diameter": [ "1.75" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -123,6 +126,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ], diff --git a/resources/profiles/Vivedino.json b/resources/profiles/Vivedino.json index 6e2984d65e..ab2bbef108 100644 --- a/resources/profiles/Vivedino.json +++ b/resources/profiles/Vivedino.json @@ -1,6 +1,6 @@ { "name": "Vivedino", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Vivedino configurations", "machine_model_list": [ diff --git a/resources/profiles/Vivedino/filament/fdm_filament_common.json b/resources/profiles/Vivedino/filament/fdm_filament_common.json index 9f77975119..da8c6c5322 100644 --- a/resources/profiles/Vivedino/filament/fdm_filament_common.json +++ b/resources/profiles/Vivedino/filament/fdm_filament_common.json @@ -63,6 +63,9 @@ "filament_diameter": [ "1.75" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -126,6 +129,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ], diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index ca0f5671c9..2aa6bff5e4 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,6 +1,6 @@ { "name": "Voron", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ diff --git a/resources/profiles/Voron/filament/fdm_filament_common.json b/resources/profiles/Voron/filament/fdm_filament_common.json index c48b23ada2..16ed492ace 100644 --- a/resources/profiles/Voron/filament/fdm_filament_common.json +++ b/resources/profiles/Voron/filament/fdm_filament_common.json @@ -63,6 +63,9 @@ "filament_diameter": [ "1.75" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -123,6 +126,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ], diff --git a/resources/profiles/Voxelab.json b/resources/profiles/Voxelab.json index 9c9fc34136..7f39710ab7 100644 --- a/resources/profiles/Voxelab.json +++ b/resources/profiles/Voxelab.json @@ -1,6 +1,6 @@ { "name": "Voxelab", - "version": "01.08.00.02", + "version": "01.08.00.03", "force_update": "0", "description": "Voxelab configurations", "machine_model_list": [ diff --git a/resources/profiles/Voxelab/filament/fdm_filament_common.json b/resources/profiles/Voxelab/filament/fdm_filament_common.json index 3e6a210719..318d35d359 100644 --- a/resources/profiles/Voxelab/filament/fdm_filament_common.json +++ b/resources/profiles/Voxelab/filament/fdm_filament_common.json @@ -63,6 +63,9 @@ "filament_diameter": [ "2.85" ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "0" ], @@ -123,6 +126,9 @@ "fan_min_speed": [ "35" ], + "required_nozzle_HRC": [ + "3" + ], "slow_down_min_speed": [ "10" ],