Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_gcode
diff options
context:
space:
mode:
authorLuc Van Daele <lvd@sound-silence.com>2021-09-10 00:48:03 +0300
committerGitHub <noreply@github.com>2021-09-10 00:48:03 +0300
commit7fabbb5952403bd60752108589017e49c9790ec6 (patch)
tree50a56651847cdffaf5fe320d21bc0ffe44334050 /_gcode
parentf1aee6a0af8929386266a39aa7e2822fd8521c67 (diff)
📝 New G33 parameters (#419)
Diffstat (limited to '_gcode')
-rw-r--r--_gcode/G033.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/_gcode/G033.md b/_gcode/G033.md
index 2ed17756..924518a4 100644
--- a/_gcode/G033.md
+++ b/_gcode/G033.md
@@ -76,6 +76,20 @@ parameters:
description: Report settings, probe results, and calibration results
-
default: 1
+ -
+ tag: O
+ optional: true
+ since: 2.0.9.2
+ description: Probe at probe-offset-relative positions instead of the required kinematic points.
+ values:
+ - type: bool
+ -
+ tag: R
+ optional: true
+ since: 2.0.9.2
+ description: Set the calibration radius and override the default calculated value (supplanting obsolete `M665 B`).
+ values:
+ - type: float
notes: