Skip to content

Commit e3ca5dc

Browse files
committed
Fix command parameters offset
1 parent 3072795 commit e3ca5dc

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
@@ -6526,7 +6526,7 @@ SERIAL_PROTOCOLPGM("\n\n");
65266526
*/
65276527
case 118: {
65286528
bool hasE = false, hasA = false;
6529-
char *p = strchr_pointer;
6529+
char *p = strchr_pointer + 4;
65306530

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

0 commit comments

Comments
 (0)