I have my 3d Chameleon installed to the printer.
I have generated the MK3 Gcode but when I try to print I get the following error:
!! {"code":"key244": "msg":"Extrude only move too long (75.000mm vs 50.000mm)
See the 'max_extrude_only_distance' config option for details", "values":[75.000, 50.000]}
I've been trying to figure out why and have not been able to find a solutions.
If I remove the gcode I'm able to print normally so I know that's what it is.
please help.
I might add, you can change our tool change gcode to not do it by steps of 100, but rather a shorter value as well that adds up to the same total move.
This is a Klipper configuration issue. The 3DChameleon moves the extruder by 100mm at a time, which is the distance that most printers limit extruder moves to... and in fact, the Ender 5 does by default with their stock firmware. However, in your printer's configuration, that value appears to be very low. See here on how to fix it: https://github.com/Klipper3d/klipper/issues/857
I'm not sure why they have it set so low, but setting it back to 100 will fix your issue.
Bill