-
I'm admittedly new to klipper-macros but I can happily print (without M600). When I print a file containing an M600 code, Klipper returns "Move exceeds maximum extrusion (3.297mm^2 vs 0.640mm^2)" when I click Resume after the pause. I'm running under OctoPi if that helps. Some basic info:
Header gCode:
Here's the Printer.cfg, renamed to .txt: Here's the log file from Klipper in OctoPrint from before the print started until the error. Here's the Gcode file, renamed to .txt. I've been working on this for a while, but am hitting my head against a wall. Any help is appreciated, including RTFM (provided one points me to the correct FM!). Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It looks like Klipper is choking on the tip forming moves during unload. I'd suggest increasing |
Beta Was this translation helpful? Give feedback.
-
This was the only discussion topic I could find mentioning the |
Beta Was this translation helpful? Give feedback.
It looks like Klipper is choking on the tip forming moves during unload. I'd suggest increasing
max_extrude_cross_section
in your Klipper config to something like10
. The default for this is nozzle_diameter^2 * 4, which is honestly pretty easy to exceed in a variety of normal printing moves.