Add files via upload

This commit is contained in:
Rainboooom
2023-06-15 11:27:03 +08:00
committed by GitHub
parent 7e4691248d
commit c1cf04e8f5
100 changed files with 8640 additions and 0 deletions

29
test/klippy/bltouch.test Normal file
View File

@@ -0,0 +1,29 @@
# Test case for bltouch support
CONFIG bltouch.cfg
DICTIONARY atmega2560.dict
# Start by homing the printer.
G28
G1 F6000
# Z / X / Y moves
G1 Z1
G1 X1
G1 Y1
# Run BLTOUCH_DEBUG
BLTOUCH_DEBUG
BLTOUCH_DEBUG COMMAND=reset
# Run bed_mesh_calibrate
BED_MESH_CALIBRATE
# Move again
G1 Z5 X0 Y0
# Do regular probe
PROBE
QUERY_PROBE
# Move again
G1 Z9