Internal error on command:"Z_TILT_ADJUST"
Hi,
I just did a full update of everything, Klipper, and both of my MCU's and now using the same config as before, I get this error.
I really need to stop doing updates, everytime, it breaks something.
Current Config:
[BDsensor] scl_pin: tool_board:gpio20 sda_pin: tool_board:gpio11 delay: 20 z_offset: 0 z_adjust: 0 x_offset: 0 y_offset: -53 no_stop_probe: true speed: 0.8 position_endstop: 0.5 #collision_homing: 1 # set it 1 to enable homing with nozzle collision sensing. #collision_calibrate: 1 # set it 1 to enable auto calibrate BDsensor with nozzle collision sensing.
Traceback (most recent call last):
File "/home/pi/klipper/klippy/webhooks.py", line 256, in _process_request
func(web_request)
File "/home/pi/klipper/klippy/webhooks.py", line 436, in _handle_script
self.gcode.run_script(web_request.get_str('script'))
File "/home/pi/klipper/klippy/gcode.py", line 229, in run_script
self._process_commands(script.split('\n'), need_ack=False)
File "/home/pi/klipper/klippy/gcode.py", line 211, in _process_commands
handler(gcmd)
File "/home/pi/klipper/klippy/gcode.py", line 137, in
Klipper Version: v0.12.0-85 mcu(stm32f407xx) Version: v0.12.0-85-gd785b396 mcu tool_board(rp2040) Version: v0.12.0-85-gd785b396-dirty
seems the klipper was not update success.
Your spot on, its an issue with MainsailOS, I could not get it to update to the latest release, I went and installed RPI OS Lite and used Kiuah to install everything, and all is working as it should be now, I think I will now block this machine from having internet access as I want it frozen in time :) the old saying, if it aint broke, dont fix it!