14 lines
329 B
TOML
14 lines
329 B
TOML
[outputs]
|
|
pump_housing_rear_with_stepper = {quantity=1}
|
|
|
|
[inputs]
|
|
pump_housing_rear = {version=0.1, quantity=1}
|
|
m4_5_shcs = {quantity=2}
|
|
stepper = {type="J8BYJ-48", quantity=1}
|
|
|
|
[dependencies]
|
|
tools = [ "3 mm hex driver" ]
|
|
operator = {skills=["assembly"]}
|
|
|
|
[action]
|
|
process = """Screw the stepper to the printed rear housing."""
|