Commit Graph

5 Commits

Author SHA1 Message Date
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
Marek Kühn
6e26c18df4 Prusa statistics test shows only errors 2019-07-26 10:52:42 +02:00
DRracer
254dd7463b fix tests 2019-07-22 17:08:10 +02:00
Marek Kuhn
1f4542fe8b Added unit test for prusa_statistics 2019-07-16 15:41:28 +02:00
Marek Kuhn
2e25a853f4 Added prusatat test 2019-07-15 19:34:12 +02:00