mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-12-24 16:38:32 -07:00
Fix CR-20 / Pro runout pin & contrast
This commit is contained in:
parent
39e618f9b1
commit
abf96d6cdd
2 changed files with 8 additions and 0 deletions
|
|
@ -1150,6 +1150,7 @@
|
|||
#define FIL_RUNOUT_INVERTING false // Set to true to invert the logic of the sensor.
|
||||
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
|
||||
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
|
||||
#define FIL_RUNOUT_PIN 2 // Creality CR20-S stock sensor
|
||||
|
||||
// Set one or more commands to execute on filament runout.
|
||||
// (After 'M412 H' Marlin will ask the host to handle the process.)
|
||||
|
|
@ -1972,6 +1973,9 @@
|
|||
// https://reprap.org/wiki/MKS_MINI_12864
|
||||
//
|
||||
#define MKS_MINI_12864
|
||||
#define LCD_CONTRAST_MIN 140
|
||||
#define LCD_CONTRAST_INIT 155
|
||||
#define LCD_CONTRAST_MAX 165
|
||||
|
||||
//
|
||||
// FYSETC variant of the MINI12864 graphic controller with SD support
|
||||
|
|
|
|||
|
|
@ -1150,6 +1150,7 @@
|
|||
#define FIL_RUNOUT_INVERTING false // Set to true to invert the logic of the sensor.
|
||||
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
|
||||
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
|
||||
#define FIL_RUNOUT_PIN 2 // Creality CR20-S stock sensor
|
||||
|
||||
// Set one or more commands to execute on filament runout.
|
||||
// (After 'M412 H' Marlin will ask the host to handle the process.)
|
||||
|
|
@ -1972,6 +1973,9 @@
|
|||
// https://reprap.org/wiki/MKS_MINI_12864
|
||||
//
|
||||
#define MKS_MINI_12864
|
||||
#define LCD_CONTRAST_MIN 140
|
||||
#define LCD_CONTRAST_INIT 155
|
||||
#define LCD_CONTRAST_MAX 165
|
||||
|
||||
//
|
||||
// FYSETC variant of the MINI12864 graphic controller with SD support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue