Browse Source

Fix spelling mistake when UBL's mesh is Inactive

Roxy-3D 8 years ago
parent
commit
52978e5ba5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/UBL_G29.cpp

+ 1
- 1
Marlin/UBL_G29.cpp View File

@@ -1125,7 +1125,7 @@
1125 1125
     if (ubl.state.active)
1126 1126
       SERIAL_PROTOCOLCHAR('A');
1127 1127
     else
1128
-      SERIAL_PROTOCOLPGM("In");
1128
+      SERIAL_PROTOCOLPGM("Ina");
1129 1129
     SERIAL_PROTOCOLLNPGM("ctive.\n");
1130 1130
     safe_delay(50);
1131 1131
 

Loading…
Cancel
Save