auto_offset_z icon indicating copy to clipboard operation
auto_offset_z copied to clipboard

Internal error on command:"AUTO_OFFSET_Z"

Open AndreyShpilevoy opened this issue 7 months ago • 2 comments

I updated my 3d Printer after a long time and faced with the next issue:

AutoOffsetZ: Probing endstop ...
Internal error on command:"AUTO_OFFSET_Z"
Traceback (most recent call last):
  File "/home/kto/klipper/klippy/gcode.py", line 211, in _process_commands
    handler(gcmd)
  File "/home/kto/klipper/klippy/gcode.py", line 137, in <lambda>
    func = lambda params: origfunc(self._get_extended_params(params))
  File "/home/kto/klipper/klippy/extras/auto_offset_z.py", line 135, in cmd_AUTO_OFFSET_Z
    zendstop = self.printer.lookup_object('probe').run_probe(gcmd)
AttributeError: 'BLTouchProbe' object has no attribute 'run_probe'
Transition to shutdown state: Internal error on command:"AUTO_OFFSET_Z"

Can you check it?

AndreyShpilevoy avatar Jul 12 '24 11:07 AndreyShpilevoy