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:
parent
2f65e08afc
commit
d9df686f1c
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue