Skip to content

Commit

Permalink
✏️ Fix 'M600 L' and 'M603 L' (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
CmdrCody51 authored Aug 19, 2024
1 parent 5307d0f commit 6f18cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _gcode/M600.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ parameters:

- tag: L
optional: true
description: Load length, longer for bowden (negative)
description: Load length, longer for bowden (positive)
values:
- tag: pos
type: float
Expand Down
2 changes: 1 addition & 1 deletion _gcode/M603.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:

- tag: L
optional: true
description: Load length, longer for bowden (negative)
description: Load length, longer for bowden (positive)
values:
- tag: pos
type: float
Expand Down

0 comments on commit 6f18cc5

Please sign in to comment.