Support for ZRIB v2.0 Control Board

This commit is contained in:
FATALHERMIT
2017-02-21 22:10:04 -05:00
committed by Scott Lahteine
parent 65a0212866
commit 911079104e
4 changed files with 45 additions and 2 deletions

View File

@ -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