fix(profiles): Snapmaker U1 — add bed dimensions to fdm_U1 for all nozzle variants (#14391)

fix(profiles): add printable_area to fdm_U1 so all nozzle variants inherit correct 270x270 bed

The 0.2/0.6/0.8 nozzle profiles inherit from fdm_U1 which had no
printable_area defined, causing them to fall back to a smaller default
bed size. The 0.4 profile was the only one that set it explicitly.

Move printable_area and printable_height to the shared parent (fdm_U1)
so all Snapmaker U1 nozzle variants get the correct 270x270mm bed.
Bump vendor version to trigger profile re-sync on existing installs.

Co-authored-by: ni4223 <ni4223@users.noreply.github.com>
This commit is contained in:
NM
2026-06-25 07:04:10 -07:00
committed by SoftFever
parent ceb63575a6
commit b5143767f4
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Snapmaker",
"version": "02.04.00.04",
"version": "02.04.00.06",
"force_update": "0",
"description": "Snapmaker configurations",
"machine_model_list": [

View File

@@ -186,5 +186,12 @@
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"default_bed_type": "Textured PEI Plate",
"printer_agent": "snapmaker"
"printer_agent": "snapmaker",
"printable_area": [
"0.5x1",
"270.5x1",
"270.5x271",
"0.5x271"
],
"printable_height": "270.05"
}