Skip to content

Commit 006a9e5

Browse files
committed
🩹 NOZZLE_CLEAN_PATTERN_* Followup
Followup to MarlinFirmware#25666
1 parent 55cbe15 commit 006a9e5

File tree

1 file changed

+1
-1
lines changed
  • Marlin/src/gcode/feature/clean

1 file changed

+1
-1
lines changed

Marlin/src/gcode/feature/clean/G12.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void GcodeSuite::G12() {
6464
NOZZLE_CLEAN_DEFAULT_PATTERN
6565
#endif
6666
);
67-
const uint8_t strokes = TERN0(NOZZLE_CLEAN_PATTERN_LINEAR, parser.ushortval('S', NOZZLE_CLEAN_STROKES)),
67+
const uint8_t strokes = TERN0(NOZZLE_CLEAN_PATTERN_LINE, parser.ushortval('S', NOZZLE_CLEAN_STROKES)),
6868
objects = TERN0(NOZZLE_CLEAN_PATTERN_ZIGZAG, parser.ushortval('T', NOZZLE_CLEAN_TRIANGLES));
6969
const float radius = TERN0(NOZZLE_CLEAN_PATTERN_CIRCLE, parser.linearval('R', NOZZLE_CLEAN_CIRCLE_RADIUS));
7070

0 commit comments

Comments
 (0)