mirror of
https://github.com/synthetos/g2.git
synced 2026-09-21 02:05:17 +08:00
Fixed a few issues with the last commit.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user