Bring configs up to date

This commit is contained in:
Scott Lahteine
2019-06-19 01:03:24 -05:00
parent 9131b11944
commit dd06017f64
18 changed files with 65 additions and 24 deletions

View File

@ -1982,7 +1982,6 @@
// MKS Robin 320x240 color display
// Also used for JGAurora A5S & A1 TFT LCD's (16-bit Parallel LCD via FSMC)
#define MKS_ROBIN_TFT
#define PRINTER_EVENT_LEDS
//=============================================================================
//============================ Other Controllers ============================

View File

@ -922,7 +922,7 @@
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss (optional)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
//#define POWER_LOSS_PURGE_LEN 20 // (mm) Length of filament to purge on resume
//#define POWER_LOSS_RETRACT_LEN 10 // (mm) Length of filament to retract on fail. Requires backup power.

View File

@ -922,7 +922,7 @@
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss (optional)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
//#define POWER_LOSS_PURGE_LEN 20 // (mm) Length of filament to purge on resume
//#define POWER_LOSS_RETRACT_LEN 10 // (mm) Length of filament to retract on fail. Requires backup power.