peristaltic-pump recipe: remove version from inputs

The version is implicitly tracked by the version control of the recipe
file for the input thing.

Or did i misunderstand something here?
This commit is contained in:
Sebastian Kuzminsky 2025-01-12 23:42:02 -07:00
parent 2f65e08afc
commit d9df686f1c

View file

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