peristaltic-pump recipe: tweak dependencies
`[dependencies]` is now a Table rather than an Array. Operators can have more than one skill.
This commit is contained in:
parent
d9df686f1c
commit
0f50979af2
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ below the surface of the pump body."""
|
|||
type = "M4 nuts"
|
||||
quantity = 4
|
||||
|
||||
[[dependencies]]
|
||||
[dependencies]
|
||||
tools = [ "3 mm hex driver" ]
|
||||
operator = {skill="assembly"}
|
||||
operator = { skills=["assembly"] }
|
||||
|
||||
[[action]]
|
||||
process = """Press the bearing roller assembly onto the motor shaft of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue