forked from gnea/grbl-Mega
-
Notifications
You must be signed in to change notification settings - Fork 9
Threading setup RAMPS
Huub Buis edited this page Jun 9, 2020
·
2 revisions
The connection of the spindle index and synchronization pulse are different:
- The spindle index pulse should be connected to INT0, PIN SCL
- The spindle synchronization pulse should be connected to INT1, PIN SDA
Use the GRBL-L-Mega Ramps branch or change the compiler options your selves.
You need to select the RAMPS board in the config.h file located in the GRBL directory.
#define DEFAULTS_GENERIC
#define CPU_MAP_2560_INITIAL
// #define DEFAULTS_RAMPS_BOARD
// #define CPU_MAP_2560_RAMPS_BOARD