Browse Source

📝 Describe G12 XYZ

Scott Lahteine 3 years ago
parent
commit
799a4ecab9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/gcode/feature/clean/G12.cpp

+ 1
- 0
Marlin/src/gcode/feature/clean/G12.cpp View File

@@ -42,6 +42,7 @@
42 42
  *  P0 S<strokes>    : Stroke cleaning with S strokes
43 43
  *  P1 Sn T<objects> : Zigzag cleaning with S repeats and T zigzags
44 44
  *  P2 Sn R<radius>  : Circle cleaning with S repeats and R radius
45
+ *  X, Y, Z          : Specify axes to move during cleaning. Default: ALL.
45 46
  */
46 47
 void GcodeSuite::G12() {
47 48
   // Don't allow nozzle cleaning without homing first

Loading…
Cancel
Save