From cfcba09d9d13f6e220ac2a88a1ec0bc23e3cde74 Mon Sep 17 00:00:00 2001 From: Hukete <100949318+Hukete@users.noreply.github.com> Date: Thu, 2 Nov 2023 18:41:03 +0800 Subject: [PATCH] Update QIDI profiles (#2586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 10-25 Add TPU-95A HF * 1030 Adding Introduction of Chamber Temperature Control Macros(M191) to Notes * 1102 Add ABS-GF10 profile, Remove a extra "s" from the "0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" file --- resources/profiles/Qidi.json | 5 +++- .../profiles/Qidi/filament/QIDI ABS-GF10.json | 24 +++++++++++++++++++ ...36mm Standard @Qidi XPlus3 0.6 nozzle.json | 3 +-- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 resources/profiles/Qidi/filament/QIDI ABS-GF10.json diff --git a/resources/profiles/Qidi.json b/resources/profiles/Qidi.json index 9f84a8eb78..3a8f620a4a 100644 --- a/resources/profiles/Qidi.json +++ b/resources/profiles/Qidi.json @@ -575,8 +575,11 @@ { "name": "Qidi Generic TPU", "sub_path": "filament/Qidi Generic TPU.json" + }, + { + "name": "QIDI ABS-GF10", + "sub_path": "filament/QIDI ABS-GF10.json" } - ], "machine_list": [ { diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10.json new file mode 100644 index 0000000000..9a85b0da85 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "QIDI ABS-GF10", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS-GF25", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "14" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "pressure_advance": [ + "0.02" + ] +} diff --git a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json index 0b4c1b1bde..3242750466 100644 --- a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json @@ -8,5 +8,4 @@ "compatible_printers": [ "Qidi X-Plus 3 0.6 nozzle" ] -} -s \ No newline at end of file +} \ No newline at end of file