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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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