mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
parent
55cbe15b81
commit
006a9e514b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ void GcodeSuite::G12() {
|
|||
NOZZLE_CLEAN_DEFAULT_PATTERN
|
||||
#endif
|
||||
);
|
||||
const uint8_t strokes = TERN0(NOZZLE_CLEAN_PATTERN_LINEAR, parser.ushortval('S', NOZZLE_CLEAN_STROKES)),
|
||||
const uint8_t strokes = TERN0(NOZZLE_CLEAN_PATTERN_LINE, parser.ushortval('S', NOZZLE_CLEAN_STROKES)),
|
||||
objects = TERN0(NOZZLE_CLEAN_PATTERN_ZIGZAG, parser.ushortval('T', NOZZLE_CLEAN_TRIANGLES));
|
||||
const float radius = TERN0(NOZZLE_CLEAN_PATTERN_CIRCLE, parser.linearval('R', NOZZLE_CLEAN_CIRCLE_RADIUS));
|
||||
|
||||
|
|
Loading…
Reference in a new issue