diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-14 13:00:18 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-24 00:49:47 -0500 |
commit | 80c8bd8b4db39266e72694a1c8348ada51d1efe2 (patch) | |
tree | fcc129655a6374cdd21fdf25882a28f00bb48eda /docs | |
parent | 9e8077009e4e0be51ebc064f587d74ca1e945975 (diff) | |
download | kutter-80c8bd8b4db39266e72694a1c8348ada51d1efe2.tar.gz kutter-80c8bd8b4db39266e72694a1c8348ada51d1efe2.tar.xz kutter-80c8bd8b4db39266e72694a1c8348ada51d1efe2.zip |
bed_screws: Add a helper tool for leveling bed screws
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/G-Codes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index a39f2c30..8cbd34ba 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -261,6 +261,16 @@ section is enabled: REMOVE operations have been run the SAVE_CONFIG gcode must be run to make the changes to peristent memory permanent. +## Bed Screws Helper + +The following commands are available when the "bed_screws" config +section is enabled: +- `BED_SCREWS_ADJUST`: This command will invoke the bed screws + adjustment tool. It will command the nozzle to different locations + (as defined in the config file) and allow one to make adjustments to + the bed screws so that the bed is a constant distance from the + nozzle. + ## Z Tilt The following commands are available when the "z_tilt" config section |