How to Adjust the Trigger Value of the Module
Open the Leveling Module
Send the command SET_PIN PIN=_probe_ready VALUE=1
in the Klipper
console, observe the trigger indicator light, and adjust the threshold from small to large until the indicator light is off. Enter the following command:
SET_PIN PIN=_probe_ready VALUE=1
Adjust the Pressure Value
Get Serial Tool Assistant- Connect the module to the computer with a
USB
cable, open the serial tool assistant, select the corresponding port number, set the baud rate to 115200, and click connect.


Enter the following command in the serial tool to adjust the trigger value:
set 触发值
Default trigger value: 20000 The smaller the value, the more sensitive; the larger the value, the less sensitive.
-
For example:
set 20000
, set the trigger value to 20000. The smaller the value, the more sensitive; the larger the value, the less sensitive. -
Commands used in the serial tool:
-
Sending
v
via the serial port outputs the abc values in real time. a: before filtering; b: after filtering. -
Sending
uv
via the serial port, turns off the output. -
Sending
rt
via the serial port, checks the current threshold.