Skip to content

Commit

Permalink
update G28 docs to include 'L' parameter (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbro authored Jun 19, 2021
1 parent 9feca53 commit f01b528
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion _gcode/G026.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ parameters:
tag: Q
optional: true
description: Retraction multiplier. `G26` retract and recover are 1.0mm and 1.2mm respectively. Both retract and recover are multiplied by this value.

values:
-
type: float
Expand Down
11 changes: 9 additions & 2 deletions _gcode/G028.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,23 @@ notes:
- "`G28` disables bed leveling. Follow with `M420 S` to turn leveling on, or use `RESTORE_LEVELING_AFTER_G28` to automatically keep leveling on after `G28`."

parameters:
-
tag: L
type: bool
optional: true
description: Optional. Restore bed leveling state after homing. (default true)
-
tag: O
since: 1.1.9
type: bool
optional: true
description: Optional. If the position is known then exit without homing. (1.1.9)
description: Optional. If the position is known then exit without homing.
-
tag: R
since: 1.1.9
type: float
optional: true
description: Raise before homing distance (1.1.9)
description: Raise before homing distance
-
tag: X
type: bool
Expand Down

0 comments on commit f01b528

Please sign in to comment.