Merge commit 'cd71a90ce8' into dev
Conflicts: limits.c motion_control.c report.c
This commit is contained in:
commit
2307563d8a
8 changed files with 97 additions and 68 deletions
4
config.h
4
config.h
|
|
@ -28,6 +28,10 @@
|
|||
#ifndef config_h
|
||||
#define config_h
|
||||
|
||||
// Allows GRBL to tranck and report gcode line numbers. Enabling this means that the planning buffer
|
||||
// goes from 18 or 16 to make room for the additional line number data in the plan_block_t struct
|
||||
#define USE_LINE_NUMBERS
|
||||
|
||||
// Default settings. Used when resetting EEPROM. Change to desired name in defaults.h
|
||||
#define DEFAULTS_SHERLINE_5400
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue