Skip to content

Commit

Permalink
Merge pull request #787 from Paciente8159/fix-modal-states-report-tool
Browse files Browse the repository at this point in the history
fix modal states report tool letter typo
  • Loading branch information
Paciente8159 authored Nov 23, 2024
2 parents 5ae488e + ca0cb11 commit 73f9b53
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 73f9b53

Please sign in to comment.