mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
Fix CR-20 / Pro runout pin & contrast
This commit is contained in:
parent
3c7ea4d56a
commit
941346e7f7
2 changed files with 8 additions and 2 deletions
|
@ -1178,7 +1178,7 @@
|
|||
#define FIL_RUNOUT_STATE LOW // Pin state indicating that filament is NOT present.
|
||||
#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
|
||||
#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.)
|
||||
|
@ -2006,6 +2006,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
|
||||
|
||||
//
|
||||
// MKS LCD12864A/B with graphic controller and SD support. Follows MKS_MINI_12864 pinout.
|
||||
|
|
|
@ -1178,7 +1178,7 @@
|
|||
#define FIL_RUNOUT_STATE LOW // Pin state indicating that filament is NOT present.
|
||||
#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
|
||||
#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.)
|
||||
|
@ -2006,6 +2006,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
|
||||
|
||||
//
|
||||
// MKS LCD12864A/B with graphic controller and SD support. Follows MKS_MINI_12864 pinout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue