Arduino IDE compatibility and minor homing fixes
- Added an include in the right spot, if a user tries to compile and upload Grbl through the Arduino IDE with the old way. - Fixed a minor bug with homing max travel calculations. It was causing simultaneous axes homing to move slow than it did before.
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
|
||||
#ifndef config_h
|
||||
#define config_h
|
||||
#include "grbl.h" // For Arduino IDE compatibility.
|
||||
|
||||
|
||||
// Default settings. Used when resetting EEPROM. Change to desired name in defaults.h
|
||||
|
Reference in New Issue
Block a user