mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 21:36:21 +00:00
🚸 Test LIN_ADVANCE in a pins file
This commit is contained in:
parent
a58d35d765
commit
0c0ef9e548
@ -55,7 +55,9 @@
|
||||
#define I2S_WS 26
|
||||
#define I2S_BCK 25
|
||||
#define I2S_DATA 27
|
||||
#undef LIN_ADVANCE // Currently, I2S stream does not work with linear advance
|
||||
#if ENABLED(LIN_ADVANCE)
|
||||
#error "I2S stream is currently incompatible with LIN_ADVANCE."
|
||||
#endif
|
||||
|
||||
//
|
||||
// Steppers
|
||||
|
Loading…
Reference in New Issue
Block a user