Fix Chiron and 4MAX Pro 2.0 Filament rundout sensor.

This commit is contained in:
Knutwurst
2023-05-29 11:39:00 +02:00
parent 952e0db31e
commit e008a96269
3 changed files with 6 additions and 10 deletions

View File

@@ -42,12 +42,6 @@ char *itostr2(const uint8_t &x);
#define MSG_MY_VERSION CUSTOM_BUILD_VERSION
#define MAX_PRINTABLE_FILENAME_LEN 26
#if ENABLED(KNUTWURST_CHIRON)
#define FIL_RUNOUT_PIN 33
#else
#define FIL_RUNOUT_PIN 19
#endif
#define ANYCUBIC_TFT_STATE_IDLE 0
#define ANYCUBIC_TFT_STATE_SDPRINT 1
#define ANYCUBIC_TFT_STATE_SDPAUSE 2