Support for ZRIB v2.0 Control Board
This commit is contained in:
parent
65a0212866
commit
911079104e
4 changed files with 45 additions and 2 deletions
|
|
@ -196,8 +196,9 @@
|
|||
#define SDSS 53
|
||||
#define LED_PIN 13
|
||||
|
||||
// Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
|
||||
#define FILWIDTH_PIN 5 // Analog Input
|
||||
#ifndef FILWIDTH_PIN
|
||||
#define FILWIDTH_PIN 5 // Analog Input on AUX2
|
||||
#endif
|
||||
|
||||
// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
|
||||
#define FIL_RUNOUT_PIN 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue