thinkyhead

M113 - Host Keepalive

hosts Get or set the host keepalive interval. HOST_KEEPALIVE_FEATURE

Description

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.

Usage

M113 [S<seconds>]

Parameters

[S<seconds>]

Keepalive interval (0-60).

    Example

    Set the keepalive interval to 5 seconds

    M113 S5