Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r9a459ee75068d60aba63ff2d501111d7ebfdda59 -rd75fca5ec82e1dfe92df0c712b21dc3a98829d0e --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 9a459ee75068d60aba63ff2d501111d7ebfdda59) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision d75fca5ec82e1dfe92df0c712b21dc3a98829d0e) @@ -7,8 +7,8 @@ * * @file ModeStandby.c * -* @author (last) Sean Nash -* @date (last) 26-Jun-2023 +* @author (last) Dara Navaei +* @date (last) 11-Oct-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -657,7 +657,7 @@ else #endif { - if ( ( TRUE == homingInitiated ) && ( TRUE == isSyringePumpHome() ) && ( TRUE == isSyringePumpStopped() ) ) + if ( ( TRUE == isSyringePumpHome() ) && ( TRUE == isSyringePumpStopped() ) ) { syringePumpVerifyForceSensorDACCalibration(); homingInitiated = FALSE; // reset for next time