Skip to content

Commit

Permalink
Switched to no mathjax, github got no support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreWohnsland committed Nov 15, 2021
1 parent e143f13 commit da66310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ The program will then evaluate which recipe meets all requirements to only show

You can use the provided `calibration/calibration.py` script to run a very simple overlay for pump adjustment. Within the file, you can define your used pins (`pinvector`) and the default volume flow provided by the manufacture (`volumeflow`) for the calibration. You can use water and a weight scale for the process. Use different volumes (for example 10, 20, 50, 100 ml) and compare the weight with the output from the pumps. In the end, you can adjust each pump volume flow by the factor:

$\dot{V}_{new} = \dot{V}_{old} \cdot \dfrac{V_{expectation}}{V_{output}}$
Vnew = Vold \* expectation/output

<!-- $\dot{V}_{new} = \dot{V}_{old} \cdot \dfrac{V_{expectation}}{V_{output}}$ -->

## Cleaning the Maker

Expand Down

0 comments on commit da66310

Please sign in to comment.