mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-07 16:50:54 -07:00
Use SOS filters + derivative filter to generate dF/dT on mcu. Feed that to the MCU's trigger_analog peak detection. Interpret peak time as a tap event Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
34 lines
408 B
Text
34 lines
408 B
Text
# Test case for probe_eddy_current support
|
|
CONFIG eddy.cfg
|
|
DICTIONARY atmega2560.dict
|
|
|
|
# Start by homing the printer.
|
|
G28
|
|
G1 F6000
|
|
|
|
# Z / X / Y moves
|
|
G1 Z1
|
|
G1 X1
|
|
G1 Y1
|
|
|
|
# Run bed_mesh_calibrate
|
|
BED_MESH_CALIBRATE
|
|
|
|
G1 Z2
|
|
BED_MESH_CALIBRATE METHOD=scan
|
|
|
|
G1 Z2
|
|
BED_MESH_CALIBRATE METHOD=rapid_scan
|
|
|
|
# Move again
|
|
G1 Z5 X0 Y0
|
|
|
|
# Do "tap" probe
|
|
PROBE METHOD=tap
|
|
|
|
# Do regular probe
|
|
G1 Z5
|
|
PROBE
|
|
|
|
# Move again
|
|
G1 Z9
|