Commit 059c706a authored by MagoKimbra's avatar MagoKimbra

Fix pin

parent 3223901a
......@@ -907,9 +907,6 @@
//Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
#define FILWIDTH_PIN 5 // ANALOG NUMBERING
#endif
#ifdef POWER_CONSUMPTION
#define POWER_CONSUMPTION_PIN 4 // ANALOG NUMBERING
#endif
#if defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL)
#define KILL_PIN 41
......@@ -1115,9 +1112,6 @@
//Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
#define FILWIDTH_PIN 5 // ANALOG NUMBERING
#endif
#ifdef POWER_CONSUMPTION
#define POWER_CONSUMPTION_PIN 4 // ANALOG NUMBERING
#endif
#if NUM_SERVOS > 0
#define SERVO0_PIN 11
......@@ -1317,9 +1311,6 @@
//Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
#define FILWIDTH_PIN 5 // ANALOG NUMBERING
#endif
#ifdef POWER_CONSUMPTION
#define POWER_CONSUMPTION_PIN 4 // ANALOG NUMBERING
#endif
#if NUM_SERVOS > 0
#define SERVO0_PIN 11
......@@ -1519,9 +1510,6 @@
//Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
#define FILWIDTH_PIN 5 // ANALOG NUMBERING
#endif
#ifdef POWER_CONSUMPTION
#define POWER_CONSUMPTION_PIN 4 // ANALOG NUMBERING
#endif
#if NUM_SERVOS > 0
#define SERVO0_PIN 11
......@@ -1776,9 +1764,6 @@
//Filip added pin for Filament sensor analog input
#define FILWIDTH_PIN 3
#endif //FILAMENT_SENSOR
#ifdef POWER_CONSUMPTION
#define POWER_CONSUMPTION_PIN -1 // ANALOG NUMBERING
#endif //POWER_CONSUMPTION
#endif // RAMBO
/****************************************************************************************/
......@@ -2053,7 +2038,7 @@
// Pins for DOGM SPI LCD Support
#define DOGLCD_A0 30
#define DOGLCD_CS 29
#define LCD_CONTRAST 1
#define LCD_CONTRAST 1
#endif
// Uncomment screen orientation
#define LCD_SCREEN_ROT_0
......@@ -3526,9 +3511,6 @@
#ifdef FILAMENT_SENSOR
#define FILWIDTH_PIN 2
#endif //FILAMENT_SENSOR
#ifdef POWER_CONSUMPTION
#define POWER_CONSUMPTION_PIN -1 // ANALOG NUMBERING
#endif //POWER_CONSUMPTION
#endif
#define TEMP_1_PIN -1
......@@ -4392,7 +4374,6 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#error Unknown MOTHERBOARD value in configuration.h
#endif
#ifndef HEATER_1_PIN
#define HEATER_1_PIN -1
#endif
......@@ -4467,7 +4448,7 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
/****************************************************************************************
************************************* FEATURE *******************************************
/****************************************************************************************/
****************************************************************************************/
#ifdef SINGLENOZZLE
#undef HEATER_1_PIN
......@@ -4507,6 +4488,10 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#ifdef FILAMENT_END_SWITCH
#define PAUSE_PIN 19
#endif
#ifdef POWER_CONSUMPTION
#define POWER_CONSUMPTION_PIN 4 // ANALOG NUMBERING
#endif
/****************************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment