Skip to content
Snippets Groups Projects
Commit e7d9db28 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Followup to M240 patch

parent 7c608532
Branches
Tags
No related merge requests found
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
millis_t chdk_timeout; // = 0 millis_t chdk_timeout; // = 0
#endif #endif
#ifdef PHOTO_POSITION && PHOTO_DELAY_MS > 0
#include "../../../Marlin.h" // for idle()
#endif
#ifdef PHOTO_RETRACT_MM #ifdef PHOTO_RETRACT_MM
#define _PHOTO_RETRACT_MM (PHOTO_RETRACT_MM + 0) #define _PHOTO_RETRACT_MM (PHOTO_RETRACT_MM + 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment