diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-21 19:20:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-21 19:20:46 -0400 |
commit | a02da851011b9eea2ca3083cf286341c550fb208 (patch) | |
tree | 43378ccf1efb181dc6133f55a2ce270a3daa122c /docs/G-Codes.md | |
parent | fb3bae4531740fa4ba8a6057aa5856f0c0582494 (diff) | |
download | kutter-a02da851011b9eea2ca3083cf286341c550fb208.tar.gz kutter-a02da851011b9eea2ca3083cf286341c550fb208.tar.xz kutter-a02da851011b9eea2ca3083cf286341c550fb208.zip |
docs: Fix typo in query_adc section of G-Codes.md
Reported by @jakep82.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index feb2304f..ceb948be 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -861,7 +861,7 @@ Requires a `SAVE_CONFIG` to take effect. ### [query_adc] -The query_endstops module is automatically loaded. +The query_adc module is automatically loaded. #### QUERY_ADC `QUERY_ADC [NAME=<config_name>] [PULLUP=<value>]`: Report the last |