Browse Source

Followup to M240 patch

pull/1/head
Scott Lahteine 5 years ago
parent
commit
e7d9db284e
  1. 4
      Marlin/src/gcode/feature/camera/M240.cpp

4
Marlin/src/gcode/feature/camera/M240.cpp

@ -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)

Loading…
Cancel
Save