Fix Voron profile printable_height value (#9889)

fix Voron printable_height
This commit is contained in:
Ondřej Bartas
2025-06-13 08:21:13 +02:00
committed by GitHub
parent 8fff1caa39
commit db926cd9f4
3 changed files with 6 additions and 6 deletions

View File

@@ -22,6 +22,6 @@
"300x300", "300x300",
"0x300" "0x300"
], ],
"printable_height": "2755", "printable_height": "275",
"printer_variant": "0.15" "printer_variant": "0.15"
} }

View File

@@ -22,6 +22,6 @@
"300x300", "300x300",
"0x300" "0x300"
], ],
"printable_height": "2755", "printable_height": "275",
"printer_variant": "0.2" "printer_variant": "0.2"
} }

View File

@@ -22,6 +22,6 @@
"300x300", "300x300",
"0x300" "0x300"
], ],
"printable_height": "2755", "printable_height": "275",
"printer_variant": "0.25" "printer_variant": "0.25"
} }