Single pause flag also indicates SD print pause

This commit is contained in:
Scott Lahteine
2017-12-30 04:03:41 -06:00
parent 6d94bbf618
commit 9686ffedef
3 changed files with 11 additions and 12 deletions

View File

@@ -30,7 +30,7 @@
#include "../libs/nozzle.h"
extern bool move_away_flag;
extern bool did_pause_print;
bool pause_print(const float &retract, const point_t &park_point, const float &unload_length=0,
const int8_t max_beep_count=0, const bool show_lcd=false