|
|
|
|
42
|
* P0 S<strokes> : Stroke cleaning with S strokes
|
42
|
* P0 S<strokes> : Stroke cleaning with S strokes
|
43
|
* P1 Sn T<objects> : Zigzag cleaning with S repeats and T zigzags
|
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
|
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
|
void GcodeSuite::G12() {
|
47
|
void GcodeSuite::G12() {
|
47
|
// Don't allow nozzle cleaning without homing first
|
48
|
// Don't allow nozzle cleaning without homing first
|