Skip to content

Commit f3eb147

Browse files
authored
📝 Fix spelling (#612)
1 parent 4598b0b commit f3eb147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_gcode/M110.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ examples:
3333
3434
---
3535

36-
Hosts shuld use `M110` to set the current line number as-needed during a host-controlled print job. The last `N` value found in the line will be applied. Each line number sent by the host must be one higher than the previous line number, or the firmware will ignore the line and send an error requesting a resend of the missing line. This is one technique Marlin uses to keep in sync with hosts.
36+
Hosts should use `M110` to set the current line number as-needed during a host-controlled print job. The last `N` value found in the line will be applied. Each line number sent by the host must be one higher than the previous line number, or the firmware will ignore the line and send an error requesting a resend of the missing line. This is one technique Marlin uses to keep in sync with hosts.
3737

3838
Since Marlin 2.1.3 this command without parameters reports the last line number processed out of the host command queue.

0 commit comments

Comments
 (0)