mirror of
https://github.com/grblHAL/core.git
synced 2026-03-23 11:32:44 +08:00
Added _probe2_state system parameter, returns -1 if probe 2 is not available, 1 if triggered and 0 if not.
Fix for hang when G65 sub call level is > 2. Fix for crash when selecting a tool (with the T command) outside the tool table range.
This commit is contained in:
@@ -726,16 +726,4 @@
|
||||
#define FS_ENABLE 0
|
||||
#endif
|
||||
|
||||
#ifndef SDCARD_SDIO
|
||||
#define SDCARD_SDIO 0
|
||||
#endif
|
||||
|
||||
#ifndef SPI_ENABLE
|
||||
#if (SDCARD_ENABLE && !SDCARD_SDIO) || TRINAMIC_SPI_ENABLE
|
||||
#define SPI_ENABLE 1
|
||||
#else
|
||||
#define SPI_ENABLE 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*EOF*/
|
||||
|
||||
Reference in New Issue
Block a user