try at a more modular recipe architecture.

NOTE: some of this syntax isn't toml i don't think, so this should be
treated more like pseudo-toml
This commit is contained in:
sigil-03 2025-01-11 23:42:48 -07:00
parent 39f3116c13
commit b4e5967845
11 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[[outputs]]
bearing_hub={version=0.1, quantity=1, type="printed"}
[[inputs]]
filament={}
[[dependencies]]
printer={type="fdm"}
[[config]]
model="https://github.com/DerSchultze/Peristaltic-Controller@92a4d9b:stl/bearing-hub.STL"
[[action]]
print={}

View file

@ -0,0 +1,14 @@
[[outputs]]
bearing_hub_top={version=0.1, quantity=1, type="printed"}
[[inputs]]
filament={}
[[dependencies]]
printer={type="fdm"}
[[config]]
model="https://github.com/DerSchultze/Peristaltic-Controller@92a4d9b:stl/bearing-hub-top.STL"
[[action]]
print={}

View file

@ -0,0 +1,14 @@
[[outputs]]
pump_housing_front_untapped={version=0.1, quantity=1, type="printed"}
[[inputs]]
filament={}
[[dependencies]]
printer={type="fdm"}
[[config]]
model="https://github.com/DerSchultze/Peristaltic-Controller@92a4d9b:stl/pump-top.STL"
[[action]]
print={}

View file

@ -0,0 +1,14 @@
[[outputs]]
tube_support={version=0.1, quantity=1, type="printed"}
[[inputs]]
filament={}
[[dependencies]]
printer={type="fdm"}
[[config]]
model="https://github.com/DerSchultze/Peristaltic-Controller@92a4d9b:stl/tube-support.STL"
[[action]]
print={}