Skip to content

Commit c27238b

Browse files
committed
docs -gcode: fix g94/g95 formatting
1 parent 7fa26e2 commit c27238b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/gcode/g-code.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2650,11 +2650,13 @@ When the inverse time feed rate mode is active, an F word must appear
26502650
on every line which has a G1, G2, or G3 motion, and an F word on a line
26512651
that does not have G1, G2, or G3 is ignored. Being in inverse time feed
26522652
rate mode does not affect G0 (<<gcode:g0,rapid move>>) motions.
2653+
26532654
* 'G94' - is Units per Minute Mode.
26542655
In units per minute feed mode, an F word is interpreted to mean the
26552656
controlled point should move at a certain number of inches per minute,
26562657
millimeters per minute, or degrees per minute, depending upon what
26572658
length units are being used and which axis or axes are moving.
2659+
26582660
* 'G95' - is Units per Revolution Mode
26592661
In units per revolution mode, an F word is interpreted to mean the
26602662
controlled point should move a certain number of inches per revolution

0 commit comments

Comments
 (0)