Basic Information:
Printer Model: Tridex
MCU / Printerboard: BTT Octopus (possibly others)
Host / SBC: raspberry pi (possibly others)
klippy.log
Describe your issue:
I write and maintain some macros for Klipper based IDEX printers. I recently re-wrote the macros in order to add more functionality, but a few users are having an issue with “move out of range” errors that I just cannot figure out.
The error occurs when they have the tool change method set to “swap” mode. Similar to the Ratrig Vcore IDEX tool shift. However the error only occurs mid print. So after a few layers of everything working fine, on one of the tool changes they get the “move out of range” error with coordinates well within their build area. When they use another tool change method, “classic” or “ooze_prev” they do not get the error.
I have tested the gcode they are using on my printer and I get no errors.
In the attached zip file are 3 log files, the gn-klippy.log and mz-klippy.log contain the errors. My klippy.log is there for comparison.
I am very careful in the macros to limit relative mode to a couple G commands then switch back to absolute mode.
If there is a way to get more detailed information in the klippy.log I would like to know. I have hacked in the macros a bunch of console messaging that lets me pin down where the error is occurring as far as processed gcode goes. But I don’t know if the information I have is enough to solve the issue, and I don’t know how to proceed from here.
Any assistance would be greatly appreciated.
klipper_logs.zip (777.4 KB)