Bed probe and delta calibrate cmd with klipper firmware
Dear all,
I am trying in vain to run the following commands and for now only G28 did work.
Please let me know the proper commands for bed probe (octoprint = PROBE) and detla calibrate (octoprint DELTA_CALIBRATE).
I have tried G29, G30, G31, G32, G33, G90 and only G28 is working.
Thanks.
I am trying in vain to run the following commands and for now only G28 did work.
Please let me know the proper commands for bed probe (octoprint = PROBE) and detla calibrate (octoprint DELTA_CALIBRATE).
I have tried G29, G30, G31, G32, G33, G90 and only G28 is working.
Thanks.
Comments
Please note that non gcode commands from klipper require the line starting with # to indicate that it needs to be send 1:1. Klipper uses non gcode commands for several config functions and # just says that it not a gcode but needs to be send.
https://github.com/KevinOConnor/klipper/blob/master/docs/Probe_Calibrate.md
https://github.com/KevinOConnor/klipper/blob/master/docs/Delta_Calibrate.md
or from facebook Klipper groups.
#PROBE
instead and all are happy.