Fix breakage
This commit is contained in:
parent
fe32d197f9
commit
65bf4e4182
2 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,9 @@
|
|||
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "nuts_bolts.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef gcode_h
|
||||
#define gcode_h
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#define jog_h
|
||||
|
||||
#include "gcode.h"
|
||||
#include "planner.h"
|
||||
|
||||
// System motion line numbers must be zero.
|
||||
#define JOG_LINE_NUMBER 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue