Skip to content
Snippets Groups Projects
Commit a327d876 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Document G92 arguments in GCodes.md

parent 652d59cd
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ G1 - Coordinated Movement X Y Z E
G2 - CW ARC
G3 - CCW ARC
G4 - Dwell S[seconds] or P[milliseconds]
G92 - Set current position to cordinates given
M0 - Wait for user, with optional prompt message (to press the LCD button, requires ULTRA_LCD)
G92 - Set the "current position" to coordinates: X<xpos> Y<ypos> Z<zpos> E<epos>
M0 - Wait for user, with optional prompt message (requires LCD controller)
M0 Click When Ready ; show "Click When Ready" until the button is pressed.
M1 - Same as M0
M400 - Finish all moves
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment