This compiles, try: `$ cargo run -- --repo ../modular-recipes/recipes/ peristaltic_pump`
14 lines
No EOL
340 B
TOML
14 lines
No EOL
340 B
TOML
[outputs]
|
|
pump_housing_front_with_stepper={quantity=1}
|
|
|
|
[inputs]
|
|
pump_housing_front={version=0.1, quantity=1}
|
|
m4_5_shcs={quantity=2, description="M4x5 SHCS"}
|
|
stepper_28byj_48={quantity=1}
|
|
|
|
[dependencies]
|
|
tools = [ "3 mm hex driver" ]
|
|
operator = {skills=["assembly"]}
|
|
|
|
[action]
|
|
process = """Screw the stepper to the printed front housing.""" |