Updated documentation.

This commit is contained in:
Sonny Jeon
2016-12-11 20:04:17 -07:00
parent 91d6de90bd
commit 5d79103eb9
5 changed files with 172 additions and 171 deletions

View File

@ -1,5 +1,7 @@
# Grbl v1.1 Jogging
This document outlines how to use Grbl v1.1's new jogging commands. These command differ because they can be cancelled and all queued motions are automatically purged with a simple jog-cancel or feed hold real-time command. Jogging command do not alter the g-code parser state in any way, so you no longer have to worry if you remembered to set the distance mode back to `G90` prior to starting a job. Also, jogging works well with an analog joysticks and rotary dials! See the implementation notes below.
## How to Use
Executing a jog requires a specific command structure, as described below: