Ohh I'm fixing

This commit is contained in:
Thalpy
2019-10-15 13:41:49 +01:00
parent acc0ff8a17
commit e115c456f3
5 changed files with 21 additions and 25 deletions
@@ -323,7 +323,7 @@
rounded_vol = "empty"
if(reagents && reagents.total_volume)
if(round(volume,1)/reagents.total_volume == 1)
if(volume/round(reagents.total_volume, 1) == 1)
rounded_vol="full"
mode = SYRINGE_INJECT