You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internal error on command:"CALIBRATE_Z"
Traceback (most recent call last):
File "/home/biqu/klipper/klippy/gcode.py", line 212, in _process_commands
handler(gcmd)
File "/home/biqu/klipper/klippy/gcode.py", line 140, in <lambda>
func = lambda params: origfunc(self._get_extended_params(params))
File "/home/biqu/klipper/klippy/extras/z_calibration.py", line 152, in cmd_CALIBRATE_Z
state.calibrate_z(switch_offset, nozzle_site, switch_site, bed_site)
File "/home/biqu/klipper/klippy/extras/z_calibration.py", line 474, in calibrate_z
nozzle_zero = self._probe_on_site(self.z_endstop,
File "/home/biqu/klipper/klippy/extras/z_calibration.py", line 431, in _probe_on_site
curpos = self.helper._probe(self.gcmd, endstop,
File "/home/biqu/klipper/klippy/extras/z_calibration.py", line 329, in _probe
curpos = phoming.probing_move(mcu_endstop, pos, speed)
File "/home/biqu/klipper/klippy/extras/homing.py", line 264, in probing_move
hmove = HomingMove(self.printer, endstops)
File "/home/biqu/klipper/klippy/extras/homing.py", line 48, in __init__
self.endstops = [es for es in endstops if es[0].get_steppers()]
File "/home/biqu/klipper/klippy/extras/homing.py", line 48, in <listcomp>
self.endstops = [es for es in endstops if es[0].get_steppers()]
AttributeError: 'NoneType' object has no attribute 'get_steppers'
Transition to shutdown state: Internal error on command:"CALIBRATE_Z"
The text was updated successfully, but these errors were encountered:
klippy(2).log
Relevant section:
The text was updated successfully, but these errors were encountered: