Skip to content

Commit

Permalink
fix modal states report tool letter typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Nov 23, 2024
1 parent 5ae488e commit ca0cb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uCNC/src/interface/grbl_protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ void proto_gcode_modes(void)
proto_putc('M');
proto_itoa(modalgroups[10]);
proto_putc(' ');
proto_putc('M');
proto_putc('T');
proto_itoa(modalgroups[11]);
proto_putc(' ');
proto_putc('F');
Expand Down

0 comments on commit ca0cb11

Please sign in to comment.