aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/StateMachines
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-11-01 11:29:02 +0200
committerAvi Levkovich <avi@twine-s.com>2020-11-01 11:29:02 +0200
commit955ef1dbc0bd3b97de31bb5a9d724b6a4846f750 (patch)
tree65f7baf1fcc0d13cf5d5477e96ba0cb5bf6d658d /Software/Embedded_SW/Embedded/StateMachines
parentf6ce72affbf47dc59bade103ea9d3922da6c8b21 (diff)
downloadTango-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.c2
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
{