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] [outputs]
bearing_roller = {quantity={amount=1}} bearing_roller = {}
# inputs list, similar to a cargo.toml file # inputs list, similar to a cargo.toml file
[inputs] [inputs]

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,10 +1,10 @@
[outputs] [outputs]
pump_housing_front_with_stepper={quantity={amount=1}} pump_housing_front_with_stepper={}
[inputs] [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"} m4_5_shcs={quantity={amount=2}, description="M4x5 SHCS"}
stepper_28byj_48={quantity={amount=1}} stepper_28byj_48={}
[dependencies] [dependencies]
tools = [ "3 mm hex driver" ] tools = [ "3 mm hex driver" ]

View file

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

View file

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

View file

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