Changes

Jump to: navigation, search

GRBL

515 bytes added, 21:52, 12 September 2014
GCode Command Reference
These are the standard GCode commands implemented by GRBL:
* https://github.com/grbl/grbl/wiki
==Getting Started with GRBL Commands==
Some basic GRBL commands
*How to pull up the help menu: <syntaxhighlight lang="bash">$</syntaxhighligh>
*fast move (G0) (a.k.a "seek")
*slow move (G1)
*Absolute vs. Relative positioning.
*
 
*Homing routines. what is a homing routine.
*feed hold and resume.
*interrupting a command and starting something totally new (though keeping your position information)
**reset GRBL.<code>ctrl-x</code>
*querying your position: <code>?</code>
*How to configure GRBL: see next section.
== My GRBL Settings ==

Navigation menu