Commit graph

3 commits

Author SHA1 Message Date
2f65e08afc peristaltic-pump recipe: make inputs a Table, not an Array
`[inputs]` is now a TOML Table (a key/value store).  Each input is
represented in the `[inputs]` table by a key/value pair.

The key is a unique name (which also maps to the recipe file for building
that input thing).

The value is another table describing that input, that we'll represent
with an Input struct.
2025-01-12 23:49:20 -07:00
86bd75b63e fixup: this recipe step only yields one bearing roller assembly 2025-01-12 23:49:20 -07:00
dd1d93b12e move some files around and add test recipes 2025-01-12 22:40:31 -07:00