From a189784c16ce29c113610130464fe2e4d44dcb66 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 11 Sep 2022 13:03:04 +0800 Subject: [PATCH] fix Voron filament profile loading issue --- resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json | 3 +++ resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json | 3 +++ resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json | 3 +++ resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json | 3 +++ .../profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json | 3 +++ .../profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json | 3 +++ .../profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json | 3 +++ resources/profiles/Voron/machine/fdm_klipper_common.json | 3 --- 8 files changed, 21 insertions(+), 3 deletions(-) diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json index 765e736a44..70fb3a7d09 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json @@ -7,6 +7,9 @@ "inherits": "fdm_klipper_common", "printer_model": "Voron 0.1", "default_print_profile": "0.20mm Standard @Voron", + "nozzle_diameter": [ + "0.4" + ], "printable_area": [ "0x0", "120x0", diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json index dbab438342..d8ffc905f8 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json @@ -6,6 +6,9 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 250", + "nozzle_diameter": [ + "0.4" + ], "printable_area": [ "0x0", "250x0", diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json index 3c87e6834d..e3bf89ef42 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json @@ -6,6 +6,9 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 300", + "nozzle_diameter": [ + "0.4" + ], "printable_area": [ "0x0", "300x0", diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json index ab01c08745..c4e6bbe8f3 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json @@ -6,6 +6,9 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 350", + "nozzle_diameter": [ + "0.4" + ], "printable_area": [ "0x0", "350x0", diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json index 882ce42b1f..b890212809 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json @@ -6,6 +6,9 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron Trident 250", + "nozzle_diameter": [ + "0.4" + ], "printable_area": [ "0x0", "250x0", diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json index f23f1e4dec..91bab9be1a 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json @@ -6,6 +6,9 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron Trident 300", + "nozzle_diameter": [ + "0.4" + ], "printable_area": [ "0x0", "300x0", diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json index fe77fcb8cf..43ca844eba 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json @@ -6,6 +6,9 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron Trident 350", + "nozzle_diameter": [ + "0.4" + ], "printable_area": [ "0x0", "350x0", diff --git a/resources/profiles/Voron/machine/fdm_klipper_common.json b/resources/profiles/Voron/machine/fdm_klipper_common.json index e6d5bc2125..d95df5e055 100644 --- a/resources/profiles/Voron/machine/fdm_klipper_common.json +++ b/resources/profiles/Voron/machine/fdm_klipper_common.json @@ -127,9 +127,6 @@ "Voron Generic ABS" ], "default_print_profile": "0.20mm Standard @Voron", - "nozzle_diameter": [ - "0.4" - ], "bed_exclude_area": [ "0x0" ],