mirror of
https://github.com/grblHAL/core.git
synced 2026-03-27 02:36:04 +08:00
Moved @ G59.3 probing event call earlier in code, added check for X and Y homed.
Minor "bug fix" for real-time report, no longer sends `WCO` and `Ov` elements in the same response.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __MSP430F5529__
|
||||
#if defined(__MSP430F5529__) || defined(__MSP432P401R__) || defined(__MSP432E401Y__) || defined(PART_TM4C123GH6PM) || defined(PART_TM4C1294NCPDT)
|
||||
#define isnanf(x) __isnanf(x)
|
||||
#define isinff(x) __isinff(x)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user