Label analog pins in a similar way

Some other pins formatting also
This commit is contained in:
Scott Lahteine
2016-10-05 01:52:43 -05:00
parent 0c0deb5194
commit bd8520e61d
26 changed files with 172 additions and 140 deletions

View File

@ -79,10 +79,11 @@
#define Y_STOP_PIN 8 // Ystop in Ystop socket
#endif
#define Z_STOP_PIN 36
#define TEMP_0_PIN 1 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 0 // Bed / Analog pin numbering
#define FILWIDTH_PIN 2 // ANALOG NUMBERING
#define TEMP_0_PIN 1 // Analog Input
#define TEMP_BED_PIN 0 // Analog Input
#define FILWIDTH_PIN 2 // Analog Input
////LCD Pin Setup////