diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-03 14:35:49 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-03 14:35:49 +0300 |
| commit | b8aef0537ad419b20efba682bfd06caeb53fe444 (patch) | |
| tree | 91867a4df1b28c9af879083a6c3e3cd1a245f2d4 /Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c | |
| parent | 62905aaa550ea584f29feae2ba35fc6df6c42c8f (diff) | |
| download | Tango-b8aef0537ad419b20efba682bfd06caeb53fe444.tar.gz Tango-b8aef0537ad419b20efba682bfd06caeb53fe444.zip | |
improve winding, logs, pressure handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c index 8606d68d3..876d50da8 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c @@ -266,7 +266,7 @@ JobDescriptionFileBrushStop *GetNextBrushStopFromJobFile() } void FreeBrushStopFileData(JobDescriptionFileBrushStop *BrushStop) { - REPORT_MSG(BrushStop->index,"Free BrushStop file Read Index"); + //REPORT_MSG(BrushStop->index,"Free BrushStop file Read Index"); if (BrushStop) job_description_file_brush_stop__free_unpacked (BrushStop,NULL); BrushStop = NULL; @@ -788,6 +788,7 @@ void PrintSTMMsgHandler(void * msg) EndState(CurrentJob, "Job Distance t Spool Failed"); break; case PrintSystemFailure: + Report("PrintSystemFailure - Job aborted",__FILE__,__LINE__, SegmentId,RpMessage,n_segments,0); EndState(CurrentJob, Message->messageData); break; default: |
