Вывод измененных сообщений
только в Serial1 для WIFI
This commit is contained in:
@@ -856,8 +856,8 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
|
||||
#endif
|
||||
|
||||
#if ENABLED(MKS_WIFI)
|
||||
case 991: mks_m991(); return;
|
||||
case 997: mks_m997(); return;
|
||||
case 991: if ( serial_port_index) {mks_m991();}; return;
|
||||
case 997: if ( serial_port_index) {mks_m997();}; return;
|
||||
#endif
|
||||
|
||||
#if ENABLED(PLATFORM_M997_SUPPORT)
|
||||
|
||||
@@ -34,7 +34,9 @@ void GcodeSuite::M105() {
|
||||
|
||||
SERIAL_ECHOPGM(STR_OK);
|
||||
#if ENABLED(MKS_WIFI)
|
||||
SERIAL_EOL();
|
||||
if ( serial_port_index){
|
||||
SERIAL_EOL();
|
||||
};
|
||||
#endif
|
||||
|
||||
#if HAS_TEMP_SENSOR
|
||||
|
||||
Reference in New Issue
Block a user