Skip to content

Commit 2d46157

Browse files
RoboMagusDRracer
authored andcommitted
Fix command parameters offset
1 parent 4450dbe commit 2d46157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/Marlin_main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6473,7 +6473,7 @@ SERIAL_PROTOCOLPGM("\n\n");
64736473
*/
64746474
case 118: {
64756475
bool hasE = false, hasA = false;
6476-
char *p = strchr_pointer;
6476+
char *p = strchr_pointer + 5;
64776477

64786478
for (uint8_t i = 2; i--;) {
64796479
// A1, E1, and Pn are always parsed out

0 commit comments

Comments
 (0)