mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-09 01:31:19 -07:00
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
13 lines
191 B
Text
13 lines
191 B
Text
# Test case for bed_mesh tests
|
|
CONFIG bed_mesh.cfg
|
|
DICTIONARY atmega2560.dict
|
|
|
|
# Start by homing the printer.
|
|
G28
|
|
G1 F6000
|
|
G1 X60 Y60 Z10
|
|
|
|
# Run bed_mesh_calibrate
|
|
BED_MESH_CALIBRATE
|
|
|
|
G1 Z10
|