Also suspend keepalive messages with suspend_auto_report
This commit is contained in:
parent
bc01200495
commit
4eddcf9142
3 changed files with 5 additions and 5 deletions
|
|
@ -175,7 +175,7 @@
|
|||
// 2 : disply of the map data on a RepRap Graphical LCD Panel
|
||||
|
||||
void unified_bed_leveling::display_map(const int map_type) {
|
||||
#if HAS_AUTO_REPORTING
|
||||
#if HAS_AUTO_REPORTING || ENABLED(HOST_KEEPALIVE_FEATURE)
|
||||
suspend_auto_report = true;
|
||||
#endif
|
||||
|
||||
|
|
@ -247,7 +247,7 @@
|
|||
SERIAL_EOL();
|
||||
}
|
||||
|
||||
#if HAS_AUTO_REPORTING
|
||||
#if HAS_AUTO_REPORTING || ENABLED(HOST_KEEPALIVE_FEATURE)
|
||||
suspend_auto_report = false;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue