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:
+1
-1
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user