From db926cd9f4a15fcd778e55ef50d34a0f640446ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Bartas?= Date: Fri, 13 Jun 2025 08:21:13 +0200 Subject: [PATCH] Fix Voron profile printable_height value (#9889) fix Voron printable_height --- .../profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json | 4 ++-- .../profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json | 4 ++-- .../profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json index efa782dd5d..a824c9a36a 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json @@ -22,6 +22,6 @@ "300x300", "0x300" ], - "printable_height": "2755", + "printable_height": "275", "printer_variant": "0.15" -} \ No newline at end of file +} diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json index ffd2ca597b..80d3ce8f75 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json @@ -22,6 +22,6 @@ "300x300", "0x300" ], - "printable_height": "2755", + "printable_height": "275", "printer_variant": "0.2" -} \ No newline at end of file +} diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json index facfd9406f..187598c736 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json @@ -22,6 +22,6 @@ "300x300", "0x300" ], - "printable_height": "2755", + "printable_height": "275", "printer_variant": "0.25" -} \ No newline at end of file +}