M808 Repeat Markers (#20084)
This commit is contained in:
@@ -242,6 +242,7 @@
|
||||
* M672 - Set/Reset Duet Smart Effector's sensitivity. (Requires DUET_SMART_EFFECTOR and SMART_EFFECTOR_MOD_PIN)
|
||||
* M701 - Load filament (Requires FILAMENT_LOAD_UNLOAD_GCODES)
|
||||
* M702 - Unload filament (Requires FILAMENT_LOAD_UNLOAD_GCODES)
|
||||
* M808 - Set or Goto a Repeat Marker (Requires GCODE_REPEAT_MARKERS)
|
||||
* M810-M819 - Define/execute a G-code macro (Requires GCODE_MACROS)
|
||||
* M851 - Set Z probe's XYZ offsets in current units. (Negative values: X=left, Y=front, Z=below)
|
||||
* M852 - Set skew factors: "M852 [I<xy>] [J<xz>] [K<yz>]". (Requires SKEW_CORRECTION_GCODE, and SKEW_CORRECTION_FOR_Z for IJ)
|
||||
@@ -807,6 +808,8 @@ private:
|
||||
static void M702();
|
||||
#endif
|
||||
|
||||
TERN_(GCODE_REPEAT_MARKERS, static void M808());
|
||||
|
||||
TERN_(GCODE_MACROS, static void M810_819());
|
||||
|
||||
TERN_(HAS_BED_PROBE, static void M851());
|
||||
|
||||
Reference in New Issue
Block a user