move fasteners out to their own repo
This commit is contained in:
parent
68151fe7a4
commit
46581a1c65
11 changed files with 3 additions and 2 deletions
13
modular-recipes/repos/fasteners/filament.toml
Normal file
13
modular-recipes/repos/fasteners/filament.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs]
|
||||
filament = { quantity = { amount = 1000, unit = "Gram" } }
|
||||
|
||||
[inputs]
|
||||
capital={ quantity = { amount=23.99, unit="USDollar" } }
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.hatchbox3d.com/collections/abs-1-75mm/products/3d-abs-1kg1-75-red"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue