diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-09 19:10:16 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-09 19:10:16 -0400 |
commit | 05330fd3e5ba45a8a694f16fd2e4863858133a51 (patch) | |
tree | 7a992134e8bba7ba5660635a5900e6e65ec745df /docs/G-Codes.md | |
parent | 2060a6908fddde86395990f310188af03b299417 (diff) | |
download | kutter-05330fd3e5ba45a8a694f16fd2e4863858133a51.tar.gz kutter-05330fd3e5ba45a8a694f16fd2e4863858133a51.tar.xz kutter-05330fd3e5ba45a8a694f16fd2e4863858133a51.zip |
docs: Minor updates to SmartEffector docs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index b617608c..a83c5c84 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -1064,18 +1064,19 @@ before changing the Smart Effector parameters. Also check the #### SET_SMART_EFFECTOR `SET_SMART_EFFECTOR [SENSITIVITY=<sensitivity>] [ACCEL=<accel>] -[RECOVERY_TIME=<time>]`: Set the Smart Effector parameters. When `SENSITIVITY` -is specified, the respective value is written to the SmartEffector EEPROM -(requires `control_pin` to be provided). Acceptable <sensitivity> values are -0..255, the default is 50. Lower values require less nozzle contact force to -trigger (but there is a higher risk of false triggering due to vibrations -during probing), and higher values reduce false triggering (but require larger -contact force to trigger). Since the sensitivity is written to EEPROM, it is -preserved after the shutdown, and so it does not need to be configured on -every printer startup. `ACCEL` and `RECOVERY_TIME` allow to override the -corresponding parameters at run-time, see the -[config section](Config_Reference.md#smart-effector) of Smart Effector for -more info on those parameters. +[RECOVERY_TIME=<time>]`: Set the Smart Effector parameters. When +`SENSITIVITY` is specified, the respective value is written to the +SmartEffector EEPROM (requires `control_pin` to be provided). +Acceptable `<sensitivity>` values are 0..255, the default is 50. Lower +values require less nozzle contact force to trigger (but there is a +higher risk of false triggering due to vibrations during probing), and +higher values reduce false triggering (but require larger contact +force to trigger). Since the sensitivity is written to EEPROM, it is +preserved after the shutdown, and so it does not need to be configured +on every printer startup. `ACCEL` and `RECOVERY_TIME` allow to +override the corresponding parameters at run-time, see the +[config section](Config_Reference.md#smart_effector) of Smart Effector +for more info on those parameters. #### RESET_SMART_EFFECTOR `RESET_SMART_EFFECTOR`: Resets Smart Effector sensitivity to its factory |