From 141da08961119d71741f035de0a7d1137e9efae2 Mon Sep 17 00:00:00 2001 From: tombrazier <68918209+tombrazier@users.noreply.github.com> Date: Fri, 25 Feb 2022 01:20:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20'G30=20C'=20and=20'M48=20C?= =?UTF-8?q?'=20(#437)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _gcode/G030.md | 8 ++++++++ _gcode/M048.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/_gcode/G030.md b/_gcode/G030.md index b3ebd74d8..7c777e1e4 100644 --- a/_gcode/G030.md +++ b/_gcode/G030.md @@ -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 diff --git a/_gcode/M048.md b/_gcode/M048.md index d098bcc11..a367482b2 100644 --- a/_gcode/M048.md +++ b/_gcode/M048.md @@ -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