NOTE: some of this syntax isn't toml i don't think, so this should be treated more like pseudo-toml
14 lines
247 B
TOML
14 lines
247 B
TOML
|
|
[[outputs]]
|
|
pump_housing_front={quantity=1}
|
|
|
|
[[inputs]]
|
|
pump_housing_front_untapped={version=0.1, type="printed"}
|
|
|
|
[[dependencies]]
|
|
tools = [ "M4 tap" ]
|
|
operator = {skill="assembly"}
|
|
|
|
[[action]]
|
|
process = """Tap the two motor mounting holes."""
|
|
|