fix(tabletop): default tilt to 1 degree for all parts

Apply the default 1 degree tilt even when a route has no stacking
strategy, so every placed part is tilted consistently.
This commit is contained in:
2026-08-10 00:29:23 +08:00
parent 8d0e393100
commit f12b40e82b
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ layout:
`1`. See the positioning process below.
- `tilt` — rotation in degrees applied to every shown part about the card's
local Y (long) axis. It applies even without a `curve`, so a bare `tilt`
rotates a straight pile.
rotates a straight pile. Defaults to `1` when not specified.
- `zStart` / `zEnd` — the height (surface-normal) in mm at the start and end
of the `curve`. The stack ramps linearly between them across its span,
lifting it in 3D. Requires a `curve`.