G905 Enable Feedrate Command
Format
G905
Description
This command enables feed speed specified by F command temporarily, instead of the default speed.
When parameter Use Default Speed is set as valid, this command disables the default speed and forces to use the programmed speed temporarily, commonly used in functions of Returning to Machine Origin and Tool Measurement and so on.
This non-modal command should be used together with G00, G01, G02, or G03.
Programming Example
G905 G903 G01 X10 Y20 Z0 F600 'F (feedrate) is set as 600 mm/min forcedly