simplify the recipes in the common case where only 1 of an input is needed

This commit is contained in:
Sebastian Kuzminsky 2025-01-18 21:18:56 -07:00
parent e7b5e60aae
commit d2f4ca05b0
12 changed files with 20 additions and 20 deletions

View file

@ -1,5 +1,5 @@
[outputs]
bearing_roller = {quantity={amount=1}}
bearing_roller = {}
# inputs list, similar to a cargo.toml file
[inputs]

View file

@ -1,8 +1,8 @@
[inputs]
pump_housing_front_with_stepper = {quantity={amount=1}}
bearing_roller = {quantity={amount=1}}
pump_housing_rear_with_stepper = {quantity={amount=1}}
tube_support = {quantity={amount=1}}
pump_housing_front_with_stepper = {}
bearing_roller = {}
pump_housing_rear_with_stepper = {}
tube_support = {}
[inputs.silicone_tubing]
type = "silicone tubing, 6mm OD, 4mm ID"

View file

@ -1,5 +1,5 @@
[outputs]
bearing_hub={version=0.1, quantity={amount=1}, type="printed"}
bearing_hub={version=0.1, type="printed"}
[inputs]
filament={}

View file

@ -1,5 +1,5 @@
[outputs]
bearing_hub_top={version=0.1, quantity={amount=1}, type="printed"}
bearing_hub_top={version=0.1, type="printed"}
[inputs]
filament={}

View file

@ -1,5 +1,5 @@
[outputs]
pump_housing_front_untapped={version=0.1, quantity={amount=1}, type="printed"}
pump_housing_front_untapped={version=0.1, type="printed"}
[inputs]
filament={}

View file

@ -1,5 +1,5 @@
[outputs]
pump_housing_rear_untapped={version=0.1, quantity={amount=1}, type="printed"}
pump_housing_rear_untapped={version=0.1, type="printed"}
[inputs]
filament={}

View file

@ -1,5 +1,5 @@
[outputs]
tube_support={version=0.1, quantity={amount=1}, type="printed"}
tube_support={version=0.1, type="printed"}
[inputs]
filament={}

View file

@ -1,5 +1,5 @@
[outputs]
pump_housing_front={quantity={amount=1}}
pump_housing_front={}
[inputs]
pump_housing_front_untapped={version=0.1, type="printed"}

View file

@ -1,10 +1,10 @@
[outputs]
pump_housing_front_with_stepper={quantity={amount=1}}
pump_housing_front_with_stepper={}
[inputs]
pump_housing_front={version=0.1, quantity={amount=1}}
pump_housing_front={version=0.1}
m4_5_shcs={quantity={amount=2}, description="M4x5 SHCS"}
stepper_28byj_48={quantity={amount=1}}
stepper_28byj_48={}
[dependencies]
tools = [ "3 mm hex driver" ]

View file

@ -1,8 +1,8 @@
[outputs]
pump_housing_rear = {quantity={amount=1}}
pump_housing_rear = {}
[inputs]
pump_housing_rear_untapped = {quantity={amount=1}}
pump_housing_rear_untapped = {}
[dependencies]
tools = [ "M4 tap" ]

View file

@ -1,10 +1,10 @@
[outputs]
pump_housing_rear_with_stepper = {quantity={amount=1}}
pump_housing_rear_with_stepper = {}
[inputs]
pump_housing_rear = {version=0.1, quantity={amount=1}}
pump_housing_rear = {version=0.1}
m4_5_shcs = {quantity={amount=2}}
stepper_28byj_48={quantity={amount=1}}
stepper_28byj_48={}
[dependencies]
tools = [ "3 mm hex driver" ]

View file

@ -1,5 +1,5 @@
[outputs]
stepper_28byj_48 = {quantity={amount=1}}
stepper_28byj_48 = {}
[inputs]
capital={quantity={amount=1.35, unit="USDollar"}}