Fix the Folgertech i3 0.6 nozzle printable area (#15577)

The bed was declared as 0x0, 20x0, 200x200, 0x200 - a triangle - where the
0.4 nozzle profile and the printer have the 200 x 200 square. Found by the
profile validator once it placed the prime tower beside the test cube:
no tower fits inside that outline.
This commit is contained in:
HanifKoh
2026-09-08 11:11:54 +08:00
committed by GitHub
parent 5779274e5b
commit c61d2fe5d1
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"printer_variant": "0.6",
"printable_area": [
"0x0",
"20x0",
"200x0",
"200x200",
"0x200"
],