Skip to content

Commit

Permalink
📝 Add 'G30 C' and 'M48 C' (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrazier authored Feb 25, 2022
1 parent 01d6344 commit 141da08
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _gcode/G030.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ group: calibration
codes: [ G30 ]

parameters:
-
tag: C
optional: true
description: Probe with temperature compensation enabled (`PTC_PROBE`, `PTC_BED`, `PTC_HOTEND`)
values:
-
type: bool
default: 1
-
tag: X
optional: true
Expand Down
8 changes: 8 additions & 0 deletions _gcode/M048.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ notes:
- Requires `Z_MIN_PROBE_REPEATABILITY_TEST`.

parameters:
-
tag: C
optional: true
description: Probe with temperature compensation enabled (`PTC_PROBE`, `PTC_BED`, `PTC_HOTEND`)
values:
-
type: bool
default: 1
-
tag: E
optional: true
Expand Down

0 comments on commit 141da08

Please sign in to comment.