add missing vitamins, minor tweak to peristaltic pump

This compiles, try:
`$ cargo run -- --repo ../modular-recipes/recipes/ peristaltic_pump`
This commit is contained in:
Sebastian Kuzminsky 2025-01-17 21:58:22 -07:00
parent ed5ec61e94
commit 92ac5497e4
15 changed files with 142 additions and 18 deletions

View file

@ -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"

View file

@ -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={}

View file

@ -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" ]

View file

@ -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" ]

View file

@ -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" ]