We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3491e49 commit ddf8668Copy full SHA for ddf8668
Marlin/src/gcode/feature/clean/G12.cpp
@@ -42,6 +42,7 @@
42
* P0 S<strokes> : Stroke cleaning with S strokes
43
* P1 Sn T<objects> : Zigzag cleaning with S repeats and T zigzags
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.
46
*/
47
void GcodeSuite::G12() {
48
// Don't allow nozzle cleaning without homing first
0 commit comments