From 70030768a1a6f9e23eacad96685fabd3ad31fa14 Mon Sep 17 00:00:00 2001 From: "qing.zhang" Date: Fri, 9 Sep 2022 11:22:10 +0800 Subject: [PATCH] FIX: fix the error of process preset of 0.2 X1 Signed-off-by: qing.zhang Change-Id: Ifd5ea58610d216cff2de1783ed6cfa422f8c400c --- .../BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json | 3 ++- .../BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json index 865a0dc687..7769fab5dc 100644 --- a/resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_process_bbl_0.10_nozzle_0.2", "compatible_printers": [ - "Bambu Lab X1 Carbon 0.2 nozzle" + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab X1 0.2 nozzle" ] } diff --git a/resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json b/resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json index 29bfa35644..852d9e97aa 100644 --- a/resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json @@ -6,6 +6,6 @@ "instantiation": "true", "inherits": "fdm_process_bbl_0.40_nozzle_0.8", "compatible_printers": [ - "Bambu Lab X1 0.6 nozzle" + "Bambu Lab X1 0.8 nozzle" ] }