Skip to content

Commit

Permalink
Fix command parameters offset
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMagus committed Jan 28, 2023
1 parent 3072795 commit e60b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6526,7 +6526,7 @@ SERIAL_PROTOCOLPGM("\n\n");
*/
case 118: {
bool hasE = false, hasA = false;
char *p = strchr_pointer;
char *p = strchr_pointer + 5;

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

0 comments on commit e60b72c

Please sign in to comment.