Followup to M240 patch

This commit is contained in:
Scott Lahteine 2019-10-31 17:27:19 -05:00
parent 7c60853219
commit e7d9db284e

View File

@ -31,6 +31,10 @@
millis_t chdk_timeout; // = 0
#endif
#ifdef PHOTO_POSITION && PHOTO_DELAY_MS > 0
#include "../../../Marlin.h" // for idle()
#endif
#ifdef PHOTO_RETRACT_MM
#define _PHOTO_RETRACT_MM (PHOTO_RETRACT_MM + 0)