Pump calibration options changed

Since i last calibrated the pumps, the command has changed. I used to be able to set the range:
pio run pump_calibration --min-duration 1.0 --max-duration 12.0

i tried to implement this with the new command:
pio calibrations run --device media_pump

using:
pio calibrations run --device media_pump --min-duration 1.0 --max-duration 12.0

and while this doesn’t cause an error, it doesn’t allow me to change the duration.

Shoot, you’re right, this was dropped in the migration to new-style calibrations. Sorry about that. I’ll fix for the next hotfix release (should be this week).

Ok, thanks, I appreciate it!
I’m surprised the defaults are so low and I’m the only one using longer durations for calibration. I’m usually dosing media at .5 or 1 ml, and I thought this was normal. Do most people use doses in the .05-.15 ml range?

Hm, you make a good point. We could ask in the calibration-flow “what volumes do you wish to calibrate near”, and tune the calibration-flow durations in-place to match what they request!