diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-11-01 11:29:02 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-11-01 11:29:02 +0200 |
| commit | 955ef1dbc0bd3b97de31bb5a9d724b6a4846f750 (patch) | |
| tree | 65f7baf1fcc0d13cf5d5477e96ba0cb5bf6d658d /Software/Embedded_SW/Embedded/StateMachines | |
| parent | f6ce72affbf47dc59bade103ea9d3922da6c8b21 (diff) | |
| download | Tango-955ef1dbc0bd3b97de31bb5a9d724b6a4846f750.tar.gz Tango-955ef1dbc0bd3b97de31bb5a9d724b6a4846f750.zip | |
log on jogging while machine just started
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c b/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c index 0a176c2cb..7a8265cbb 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c @@ -391,7 +391,7 @@ uint32_t ThreadJoggingFunc(int speed) if ((JobIsActive() == true)||(JoggingJobActive == true)||(MachineReadyForHeating == false)||(FPGABurningActive==true)) { status = ERROR; - Report("Jog JobIsActive", __FILE__, __LINE__, JobIsActive(), RpWarning, JoggingJobActive, 0); + Report("Jog JobIsActive or machine initialisation", __FILE__, __LINE__, JobIsActive(), RpWarning, JoggingJobActive, 0); } else { |
