Add PHOTO_GCODE option, photo trigger physical move (#13168)
This commit is contained in:
@ -524,8 +524,8 @@ void GcodeSuite::process_parsed_command(
|
||||
case 304: M304(); break; // M304: Set bed PID parameters
|
||||
#endif
|
||||
|
||||
#if PIN_EXISTS(CHDK) || HAS_PHOTOGRAPH
|
||||
case 240: M240(); break; // M240: Trigger a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
|
||||
#if ENABLED(PHOTO_GCODE)
|
||||
case 240: M240(); break; // M240: Trigger a camera
|
||||
#endif
|
||||
|
||||
#if HAS_LCD_CONTRAST
|
||||
|
Reference in New Issue
Block a user