diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-01 00:57:00 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-01 00:57:00 +0200 |
| commit | a9f6135bd789840c68b3759a59f4948af0cf348d (patch) | |
| tree | b26f291e1a384eb96847e9a2b7bfdbcd62114b5d /Software/Embedded_SW | |
| parent | 58046c61675b0cdafa36370790976b4889e84d5d (diff) | |
| download | Tango-a9f6135bd789840c68b3759a59f4948af0cf348d.tar.gz Tango-a9f6135bd789840c68b3759a59f4948af0cf348d.zip | |
bug #4162 - an extremely interesting bug. there are multiple and repeating underheat alarms due to the open dryer door. as a result, the job is aborted multiple times but never gets to the point that it is really stopped.
Diffstat (limited to 'Software/Embedded_SW')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c index 5da32a538..f1d7cd113 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c @@ -654,6 +654,7 @@ uint32_t EndState(void *JobDetails, char *Message) } CloseJobFile(); //ROM_IntMasterEnable(); + JobActive = false; //bug 4162 - test carefully SendJobProgress(0.0,0,true,Message); if ((JoggingJobActive==false)&&(CleaningJobActive == false)) { |
