mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-15 20:59:56 +01:00
test: Add quad_gantry_level and z_tilt_adjust test cases
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
26
test/klippy/quad_gantry_level.test
Normal file
26
test/klippy/quad_gantry_level.test
Normal file
@@ -0,0 +1,26 @@
|
||||
# Test case for z_tilt and quad_gantry_level
|
||||
CONFIG z_tilt.cfg
|
||||
DICTIONARY atmega2560.dict
|
||||
|
||||
# Start by homing the printer.
|
||||
G28
|
||||
G1 Z5 X10 Y10 F6000
|
||||
GET_POSITION
|
||||
|
||||
# Run QUAD_GANTRY_LEVEL in manual mode
|
||||
QUAD_GANTRY_LEVEL METHOD=MANUAL
|
||||
G1 Z2.909972
|
||||
ACCEPT
|
||||
G1 Z2.924972
|
||||
ACCEPT
|
||||
G1 Z2.959972
|
||||
ACCEPT
|
||||
G1 Z2.924972
|
||||
ACCEPT
|
||||
|
||||
# Report position
|
||||
G1 Z5 X10 Y10 F6000
|
||||
GET_POSITION
|
||||
|
||||
# Run again in automatic mode
|
||||
QUAD_GANTRY_LEVEL
|
||||
Reference in New Issue
Block a user