Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r29e42a928fa5f7498734dc0c95508ad1dde42d25 -r39784f793b0095edf9d6dc15003ddec05ab71f0c --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 29e42a928fa5f7498734dc0c95508ad1dde42d25) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 39784f793b0095edf9d6dc15003ddec05ab71f0c) @@ -654,7 +654,7 @@ else #endif { - if ( ( TRUE == homingInitiated ) && ( TRUE == isSyringePumpHome() ) && ( TRUE == isSyringePumpStopped() ) ) + if ( ( TRUE == isSyringePumpHome() ) && ( TRUE == isSyringePumpStopped() ) ) { syringePumpVerifyForceSensorDACCalibration(); homingInitiated = FALSE; // reset for next time