Add PHOTO_GCODE option, photo trigger physical move (#13168)
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
* M220 - Set Feedrate Percentage: "M220 S<percent>" (i.e., "FR" on the LCD)
|
||||
* M221 - Set Flow Percentage: "M221 S<percent>"
|
||||
* M226 - Wait until a pin is in a given state: "M226 P<pin> S<state>"
|
||||
* M240 - Trigger a camera to take a photograph. (Requires CHDK_PIN or PHOTOGRAPH_PIN)
|
||||
* M240 - Trigger a camera to take a photograph. (Requires PHOTO_GCODE)
|
||||
* M250 - Set LCD contrast: "M250 C<contrast>" (0-63). (Requires LCD support)
|
||||
* M260 - i2c Send Data (Requires EXPERIMENTAL_I2CBUS)
|
||||
* M261 - i2c Request Data (Requires EXPERIMENTAL_I2CBUS)
|
||||
@@ -639,7 +639,7 @@ private:
|
||||
static void M221();
|
||||
static void M226();
|
||||
|
||||
#if PIN_EXISTS(CHDK) || HAS_PHOTOGRAPH
|
||||
#if ENABLED(PHOTO_GCODE)
|
||||
static void M240();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user