From c7c1f4fc2f17a926ee41eed5ac0268b6f56e4732 Mon Sep 17 00:00:00 2001 From: Ioannis Giannakas <59056762+igiannakas@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:02:23 +0300 Subject: [PATCH] Fix printer variant for voron 0.4 profiles (#14041) --- resources/profiles/Voron.json | 2 +- 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 ++- .../Voron/machine/Voron Switchwire 250 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 ++- 9 files changed, 17 insertions(+), 9 deletions(-) diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index 6078a0aecc..7f29a3c168 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,6 +1,6 @@ { "name": "Voron", - "version": "02.04.00.00", + "version": "02.04.00.01", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ 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 9d3f5c73b9..f29e941c41 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 @@ -24,5 +24,6 @@ ], "printable_height": "120", "nozzle_type": "undefine", - "auxiliary_fan": "0" + "auxiliary_fan": "0", + "printer_variant": "0.4" } 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 0e20f3e283..af7da735f5 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 @@ -22,5 +22,6 @@ "250x250", "0x250" ], - "printable_height": "225" + "printable_height": "225", + "printer_variant": "0.4" } 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 20ad157f0c..243acb3ffe 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 @@ -22,5 +22,6 @@ "300x300", "0x300" ], - "printable_height": "275" + "printable_height": "275", + "printer_variant": "0.4" } 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 2dcd1e25f6..2cc0009589 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 @@ -22,5 +22,6 @@ "350x350", "0x350" ], - "printable_height": "325" + "printable_height": "325", + "printer_variant": "0.4" } diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json index 1af91b12f9..ba7af518f1 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json @@ -22,5 +22,6 @@ "250x210", "0x210" ], - "printable_height": "240" + "printable_height": "240", + "printer_variant": "0.4" } 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 49a646e9c6..2a4dd28b5a 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 @@ -22,5 +22,6 @@ "250x250", "0x250" ], - "printable_height": "250" + "printable_height": "250", + "printer_variant": "0.4" } 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 c0ce16fbdc..15fbd11ec2 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 @@ -22,5 +22,6 @@ "300x300", "0x300" ], - "printable_height": "250" + "printable_height": "250", + "printer_variant": "0.4" } 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 15bf4f813c..2c99b6088b 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 @@ -22,5 +22,6 @@ "350x350", "0x350" ], - "printable_height": "250" + "printable_height": "250", + "printer_variant": "0.4" }