tag, title, brief, author, requires, group, codes, notes, parameters, example
tag
title
brief
author
requires
group
codes
notes
parameters
example
m0113
Host Keepalive
Get or set the host keepalive interval.
thinkyhead
HOST_KEEPALIVE_FEATURE
hosts
M113
Requires `HOST_KEEPALIVE_FEATURE`.
tag
optional
description
values
S
true
Keepalive interval (0-60).
tag
type
seconds
int
pre
code
Set the keepalive interval to 5 seconds
M113 S5
During some lengthy processes, such as G29, Marlin may appear to the host to have "gone away." The "host keepalive" feature will send messages to the host when Marlin is busy or waiting for user response so the host won't try to reconnect.
Send M113 with no S parameter to get the current setting.