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 765e736a44f..70fb3a7d090 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 dbab4383427..d8ffc905f88 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 3c87e6834d6..e3bf89ef423 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 ab01c08745c..c4e6bbe8f3b 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 882ce42b1f5..b8902128092 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 f23f1e4decc..91bab9be1ac 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 fe77fcb8cf1..43ca844ebaf 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 e6d5bc21259..d95df5e0558 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" ],