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:
Terje Io
2021-10-24 18:20:22 +02:00
parent baf5a36698
commit 6fe592cd2c
8 changed files with 30 additions and 17 deletions

View File

@@ -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