Massive Code Cleanup and Filament Runout Sensor Pin isn't a magic number anymore.

This commit is contained in:
Knutwurst
2020-08-26 14:48:53 +02:00
parent bd2cb8080a
commit f363260a49
3 changed files with 29 additions and 57 deletions

View File

@@ -36,6 +36,8 @@ char *ftostr32(const float &);
#define MSG_MY_VERSION CUSTOM_BUILD_VERSION
#define MAX_PRINTABLE_FILENAME_LEN 30
#define FILAMENT_RUNOUT_PIN 19
#define ANYCUBIC_TFT_STATE_IDLE 0
#define ANYCUBIC_TFT_STATE_SDPRINT 1
#define ANYCUBIC_TFT_STATE_SDPAUSE 2