8000 Latest Klipper broke script. · Issue #168 · protoloft/klipper_z_calibration · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest Klipper broke script. #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
thisisnotfez opened this issue May 7, 2025 · 2 comments
Closed

Latest Klipper broke script. #168

thisisnotfez opened this issue May 7, 2025 · 2 comments

Comments

@thisisnotfez
Copy link

klippy(2).log

Relevant section:

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"
@thisisnotfez
Copy link
Author

Klipper3d/klipper#6815

@TitusLabs
Copy link
Member

Thanks for the report! The incompatibility is fixed now with the new release 1.1.3 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None ye 3BA6 t
Projects
None yet
Development

No branches or pull requests

2 participants
0