Prusa-Firmware/Tests
Yuri D'Elia dbe2ed4150 Fix pause/resume when using M25/M601
Remove the conflicting and mostly useless card.paused flag (the printing
is either paused, or not) and switch to isPrintPaused only which
accounts for both cases (SD/USB) correctly.

Fix M27/getStatus to show the current real status of the SD print.

Synchronize the queue on M601, as required to precisely pause the print
at the correct instruction.

Alias M25 to M601, which when combined with PR #1899 fixes issue #1614.

Guard against incorrect usage in M601, M602 and M603.
2019-11-28 17:37:58 +01:00
..
Arduino.h Incomplete Timer test. 2018-06-11 22:50:52 +02:00
AutoDeplete_test.cpp Fix allDepleted(). Add tests. 2019-01-04 19:34:42 +01:00
Example_test.cpp Add Catch2 test framework. Add example test. Add tests build instructions. 2018-06-11 22:14:22 +02:00
PrusaStatistics_test.cpp Fix pause/resume when using M25/M601 2019-11-28 17:37:58 +01:00
tests.cpp Add Catch2 test framework. Add example test. Add tests build instructions. 2018-06-11 22:14:22 +02:00
Timer_test.cpp Fix Timer_test broken by conditional translation for SYSTEM_TIMER_2. 2019-01-28 19:29:31 +01:00