You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _gcode/M110.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,6 @@ examples:
33
33
34
34
---
35
35
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.
37
37
38
38
Since Marlin 2.1.3 this command without parameters reports the last line number processed out of the host command queue.
0 commit comments