thinkyhead

M220 - Set Feedrate Percentage

motion Set the global feedrate percentage.

Description

Set speed percentage factor, aka “Feed Rate” which applies to all G-code-based moves in all (X, Y, Z, and E) axes. Report the current speed percentage factor if no parameter is specified.

Usage

M220 [B] [R] [S<percent>]

Parameters

[B]

Back up current factor

[R]

Restore the last-saved factor

[S<percent>]

Feedrate percentage

    Examples

    Set feedrate to 80%

    M220 S80

    Report feedrate

    M220

    Back up current feedrate

    M220 B