Improvements and fixes to Lulzbot UI (#15490)
This commit is contained in:
committed by
Scott Lahteine
parent
e6055dce76
commit
dc14d4a13c
@ -566,3 +566,7 @@
|
||||
#define HAS_SDCARD_CONNECTION EITHER(TARGET_LPC1768, ADAFRUIT_GRAND_CENTRAL_M4)
|
||||
|
||||
#define HAS_LINEAR_E_JERK (DISABLED(CLASSIC_JERK) && ENABLED(LIN_ADVANCE))
|
||||
|
||||
#ifndef SPI_SPEED
|
||||
#define SPI_SPEED SPI_FULL_SPEED
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user