Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated docs for new C parameter to G30 and M48 #437

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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