Outdated input shaper Klipper MCU version (0.12.0 instead of 0.13.0)

Hi, ich versuche nach einigen Updates (u.a. Klipper update auf 0.13.0 für Adaptive Mesh) ein neues Input Shaping zu erstellen.

Ich habe einen ADXL345 direkt an die Pi Pins angeschlossen.., das hat vorher wunderbar geklappt.

Das "Input Shaper Installieren" Script installiert scheinbar die 0.12.0 Version, welche nicht mehr kompatibel scheint..
Nach dem installieren via euer Script wirft der Drucker folgenden Fehler:

MCU Protocol error
This is frequently caused by running an older version of the firmware on the MCU(s).
Fix by recompiling and flashing the firmware.
Your Klipper version is: v0.13.0-152-gf54b7b937
MCU(s) which should be updated:
rpi: Current version v0.12.0-0-g0d67d9c45
Up-to-date MCU(s):
mcu: Current version v0.13.0-152-gf54b7b937
Once the underlying issue is corrected, use the "RESTART" command to reload the config and restart the host software.
mcu 'rpi': Command format mismatch: query_adxl345 oid=%c rest_ticks=%u vs query_adxl345 oid=%c clock=%u rest_ticks=%u
-------------------------
Wenn ich fürs Input Shaping, Klipper 0.12.0 auf dem Drucker installiere (auch via eures Menu buttons) kommt folgender fehler:

MCU Protocol error
This is frequently caused by running an older version of the
firmware on the MCU(s). 
Fix by recompiling and flashing the firmware. Your Klipper version is: v0.12.0-0-g0d67d9c45 MCU(s) which should be updated: <none> Up-to-date MCU(s): <none>  Once the underlying issue is corrected, use the "RESTART" command to reload the config and restart the host software. mcu 'mcu': Multi-byte msgtag not supported

Erst wenn ich die mcu rpi etc. aus der printer.cfg entferne startet der Drucker wieder.

# [mcu rpi]
# serial: /tmp/klipper_host_mcu
# [adxl345]
# cs_pin: rpi:None
# [resonance_tester]
# accel_chip: adxl345
# probe_points:
#     125, 125, 20  # an example
# [input_shaper]

(Natürlich auch Input Shaper neu installieren button gedrückt - keine änderung)

Comments

  • Es wird immer der Input Shaper aus dem Installierten Klipper verwendet bei der Installation, daher denke ich nicht das es daran liegt. Ich habe in 0.13 letztens den Input Shaper unter bookworm installiert, was zu Problemen beim compiler führte und dann hat er es nicht korrekt installiert. Am Ende nach ein paar fixes klappte es. Daher bitte noch mal installieren und gucken ob dabei Fehler passieren und schnell kopieren bevor sie weg sind. Ich vermute das da was schief geht und daher der alte Input Shaper drin bleibt. 

    Was für ein Linux hast du?
    lsb_release -a
    unter linux Shell zeigt es dir, wenn du unsicher bist.
  • Ist ein alten Repetier Server PI Image, allerdings ist der Server auf 1.4.18 gepatched:

    lsb_release -a:

    No LSB modules are available.
    Distributor ID: Raspbian
    Description: Raspbian GNU/Linux 10 (buster)
    Release: 10 Codename: buster

    Fehler aus der Log:

    Fehler 1:


    h exit status 1
    error: subprocess-exited-with-error

    × Building wheel for numpy (pyproject.toml) did not run successfully.
    │ exit code: 1
    ╰─> See above for output.

    note: This error originates from a subprocess, and is likely not a problem with pip.
    full command: /opt/klipper/VyperKlipper/klippy-env/bin/python3 /opt/klipper/VyperKlipper/klippy-env/lib/python3.7/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_wheel /tmp/tmp5b14ip3p
    cwd: /tmp/pip-install-w9faieg4/numpy_e5c5d52fdc294e26a51732cfaefb0da7
    Building wheel for numpy (pyproject.toml) ... error
    ERROR: Failed building wheel for numpy
    Failed to build numpy
    ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
    ###### Installing packages ######

     Fehler 2:


    h exit status 1
      error: subprocess-exited-with-error
      
      × Building wheel for numpy (pyproject.toml) did not run successfully.
      │ exit code: 1
      ╰─> See above for output.
      
      note: This error originates from a subprocess, and is likely not a problem with pip.
      full command: /opt/klipper/VyperKlipper/klippy-env/bin/python3 /opt/klipper/VyperKlipper/klippy-env/lib/python3.7/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_wheel /tmp/tmpagekcb3p
      cwd: /tmp/pip-install-hzm0tik7/numpy_949fb16093294c41b8b4f58ee4c64936
      Building wheel for numpy (pyproject.toml) ... error
      ERROR: Failed building wheel for numpy
    Failed to build numpy
    ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
    
    
    ###### Updating python virtual environment ######

    Ich bin kurz davor den ganzen Server neu aufzusetzen bzw. frischen Image auf den Pi zu laden.
  • Numpy war bei mir auch das Paket mit dem Fehler. Ich werde mir das morgen mal ansehen. Bei bullseye war es ein Problem mit gcc hier könnte es auch an der alten Python version 3.7 liegen muss ich noch recherchieren.
Sign In or Register to comment.