klipper/test/klippy/eddy.test
Kevin O'Connor 8be004401e probe_eddy_current: Implement regression test case
Update the code to support simple regression test cases.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2026-01-20 11:34:21 -05:00

30 lines
367 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 regular probe
PROBE
# Move again
G1 Z9