12 lines
244 B
TOML
12 lines
244 B
TOML
[outputs]
|
|
pump_housing_rear = {quantity={amount=1}}
|
|
|
|
[inputs]
|
|
pump_housing_rear_untapped = {quantity={amount=1}}
|
|
|
|
[dependencies]
|
|
tools = [ "M4 tap" ]
|
|
operator = { skills=["tapping"] }
|
|
|
|
[action]
|
|
process = """Tap the two motor mounting holes."""
|