Fixed a few issues with the last commit.

This commit is contained in:
Rob Giseburt
2017-04-27 20:25:34 -04:00
parent 5b9a133525
commit 52743a3762
3 changed files with 11 additions and 2 deletions
+2
View File
@@ -324,7 +324,9 @@ void _reset_comms_mode() {
// reset the communications mode
cs.comm_mode = COMM_MODE;
js.json_mode = (COMM_MODE < AUTO_MODE) ? COMM_MODE : JSON_MODE;
#if MARLIN_COMPAT_ENABLED == true
mst.marlin_flavor = false;
#endif
sr.status_report_verbosity = STATUS_REPORT_VERBOSITY;
qr.queue_report_verbosity = QUEUE_REPORT_VERBOSITY;
}