Fix Chiron Filament Runout Sensor

This commit is contained in:
Knutwurst
2021-06-18 11:13:05 +02:00
parent f358634e0a
commit de2b3f5860

View File

@@ -37,7 +37,11 @@ char *ftostr32(const float &);
#define MSG_MY_VERSION CUSTOM_BUILD_VERSION
#define MAX_PRINTABLE_FILENAME_LEN 30
#if ENABLED(KNUTWURST_CHIRON)
#define FILAMENT_RUNOUT_PIN 33
#else
#define FILAMENT_RUNOUT_PIN 19
#endif
#define ANYCUBIC_TFT_STATE_IDLE 0
#define ANYCUBIC_TFT_STATE_SDPRINT 1