mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 22:35:17 -06:00
test: Add a test case for probe:z_virtual_endstop support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1940ba7062
commit
9f755750d3
2 changed files with 97 additions and 0 deletions
25
test/klippy/z_virtual_endstop.test
Normal file
25
test/klippy/z_virtual_endstop.test
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Test case for probe:z_virtual_endstop support
|
||||
CONFIG z_virtual_endstop.cfg
|
||||
DICTIONARY atmega2560-16mhz.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
|
||||
|
||||
# Move again
|
||||
G1 Z5 X0 Y0
|
||||
|
||||
# Do regular probe
|
||||
PROBE
|
||||
QUERY_PROBE
|
||||
|
||||
# Move again
|
||||
G1 Z9
|
Loading…
Add table
Add a link
Reference in a new issue