How to Adjust Module Trigger Value
Open the Leveling Module
- Send
SET_PIN PIN=_probe_ready VALUE=1
from theKlipper
console, observe the trigger indicator light, and enter the following command: - After entering this command, you can touch the nozzle with a metal object. If the indicator light turns on, it indicates normal triggering.
- Note the hotend temperature for non-metallic items.
SET_PIN PIN=_probe_ready VALUE=1
Adjust the Pressure Value
Get Serial Tool Assistant- Connect the module to the computer using a
usb
data cable, open the serial tool assistant, select the corresponding port, baud rate 115200, and click connect.


Enter the following command in the serial tool to adjust the trigger value:
set trigger value
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. -
Serial tool commands:
-
Send
v
via serial to output abc values in real time. a: before filtering; b: after filtering. -
Send
uv
via serial to turn off output. -
Send
rt
via serial to view the current threshold.
Loading...