add missing vitamins, minor tweak to peristaltic pump
This compiles, try: `$ cargo run -- --repo ../modular-recipes/recipes/ peristaltic_pump`
This commit is contained in:
parent
ed5ec61e94
commit
92ac5497e4
15 changed files with 142 additions and 18 deletions
|
|
@ -20,7 +20,7 @@ dimensions = "12 mm OD, 4.4 mm ID, 1 mm thick"
|
|||
comment = """The upstream repo calls for 12 mm OD but i think that's
|
||||
too big, it hits the outer race of the bearings. Use 8mm OD instead."""
|
||||
|
||||
[inputs.624_bearing]
|
||||
[inputs.bearing_624]
|
||||
type = "624 bearing"
|
||||
quantity = 6
|
||||
comments = "13mm OD, 4mm ID, 5mm wide"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
[outputs]
|
||||
pump_housing_rear_untapped={version=0.1, quantity=1, type="printed"}
|
||||
|
||||
[inputs]
|
||||
filament={}
|
||||
|
||||
[dependencies]
|
||||
tools=["fdm-printer"]
|
||||
|
||||
[config]
|
||||
model="https://github.com/DerSchultze/Peristaltic-Controller@92a4d9b:stl/CheapPump.STL"
|
||||
|
||||
[action]
|
||||
print={}
|
||||
|
|
@ -4,7 +4,7 @@ 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={quantity=1, type="J8ByJ-48"}
|
||||
stepper_28byj_48={quantity=1}
|
||||
|
||||
[dependencies]
|
||||
tools = [ "3 mm hex driver" ]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
pump_housing_rear = {quantity=1}
|
||||
|
||||
[inputs]
|
||||
pump_housing_rear_untapped = {version=0.1, type="printed", quantity=1, model="https://github.com/DerSchultze/Peristaltic-Controller@92a4d9b:stl/CheapPump.STL"}
|
||||
pump_housing_rear_untapped = {quantity=1}
|
||||
|
||||
[dependencies]
|
||||
tools = [ "M4 tap" ]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ 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}
|
||||
stepper_28byj_48={quantity=1}
|
||||
|
||||
[dependencies]
|
||||
tools = [ "3 mm hex driver" ]
|
||||
14
modular-recipes/recipes/purchase/bearing_624.toml
Normal file
14
modular-recipes/recipes/purchase/bearing_624.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[outputs.bearing_624]
|
||||
quantity=10
|
||||
comments = "13mm OD, 4mm ID, 5mm wide"
|
||||
|
||||
[inputs]
|
||||
capital={amount="8.99 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.ebay.com/itm/162442914585"
|
||||
]
|
||||
13
modular-recipes/recipes/purchase/filament.toml
Normal file
13
modular-recipes/recipes/purchase/filament.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs]
|
||||
filament = {amount="1 kg"}
|
||||
|
||||
[inputs]
|
||||
capital={amount="23.99 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.hatchbox3d.com/collections/abs-1-75mm/products/3d-abs-1kg1-75-red"
|
||||
]
|
||||
13
modular-recipes/recipes/purchase/m4_20_shcs.toml
Normal file
13
modular-recipes/recipes/purchase/m4_20_shcs.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs]
|
||||
m4_20_shcs = {quantity=100}
|
||||
|
||||
[inputs]
|
||||
capital={amount="15.49 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.ebay.com/itm/116208880820?var=416418584796"
|
||||
]
|
||||
13
modular-recipes/recipes/purchase/m4_25_bhcs.toml
Normal file
13
modular-recipes/recipes/purchase/m4_25_bhcs.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs]
|
||||
m4_25_bhcs = {quantity=100}
|
||||
|
||||
[inputs]
|
||||
capital={amount="18.45 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.ebay.com/itm/116208880863?var=416418791413"
|
||||
]
|
||||
13
modular-recipes/recipes/purchase/m4_5_shcs.toml
Normal file
13
modular-recipes/recipes/purchase/m4_5_shcs.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs]
|
||||
m4_20_shcs = {quantity=100}
|
||||
|
||||
[inputs]
|
||||
capital={amount="13.65 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.ebay.com/itm/116208880820?var=416418584787"
|
||||
]
|
||||
13
modular-recipes/recipes/purchase/m4_nuts.toml
Normal file
13
modular-recipes/recipes/purchase/m4_nuts.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs]
|
||||
m4_nuts = {quantity=100}
|
||||
|
||||
[inputs]
|
||||
capital={amount="1.35 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.ebay.com/itm/116208880811?var=416418360544"
|
||||
]
|
||||
14
modular-recipes/recipes/purchase/m4_washer.toml
Normal file
14
modular-recipes/recipes/purchase/m4_washer.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[outputs.m4_washer]
|
||||
quantity=100
|
||||
comments = "4.4 mm ID, 8.8 mm OD, 0.8 mm thick"
|
||||
|
||||
[inputs]
|
||||
capital={amount="7.18 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.ebay.com/itm/116208880905?var=416418468720"
|
||||
]
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[[outputs]]
|
||||
stepper = {type="J8BYJ-48"}
|
||||
|
||||
[[inputs]]
|
||||
capital={type="usd"}
|
||||
|
||||
[[dependencies]]
|
||||
operator = {skill="vendor interaction"}
|
||||
|
||||
[[action.purchase]]
|
||||
retailers = ["https://www.mouser.com/datasheet/2/758/stepd-01-data-sheet-1143075.pdf",
|
||||
"https://components101.com/motors/28byj-48-stepper-motor"]
|
||||
|
||||
process = "contact retailer and provide capital in exchange for vitamins. then think about how you can produce those vitamins for your enclave."
|
||||
13
modular-recipes/recipes/purchase/silicone_tubing.toml
Normal file
13
modular-recipes/recipes/purchase/silicone_tubing.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs]
|
||||
silicone_tubing = {amount="3 m"}
|
||||
|
||||
[inputs]
|
||||
capital={amount="18.75 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.ebay.com/itm/134871649335"
|
||||
]
|
||||
18
modular-recipes/recipes/purchase/stepper_28byj_48.toml
Normal file
18
modular-recipes/recipes/purchase/stepper_28byj_48.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[outputs]
|
||||
stepper_28byj_48 = {quantity=1}
|
||||
|
||||
[inputs]
|
||||
capital={amount="1.35 usd"}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.ebay.com/itm/224283233677"
|
||||
]
|
||||
|
||||
documentation = [
|
||||
"https://www.mouser.com/datasheet/2/758/stepd-01-data-sheet-1143075.pdf",
|
||||
"https://components101.com/motors/28byj-48-stepper-motor"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue