End GCode not executing
I've had my last two prints, complete but the printer does not turn off the heaters and move to the complete position. The LCD show the status as 100%. This has ruined both prints as it leaves the nozzle sitting on the model. I am printing via the provided USB drive on firmware 4.0.1. The models were sliced using PrusaSlicer 2.1.1. I have not modified the slicer profile. It's like the printer is not executing the end gcode for some reason. Any ideas?
RE: End GCode not executing
This appears to be a PrusaSlice issue. It just did not export correctly. There was no end gcode in the file. I sliced and exported again. Got it working
RE: End GCode not executing
I had this happen also, thanks for the response. BTW it seems to slice just fine for my MK3 and MK2, so it seems like it's the slicer when slicing for the Mini.
My print wasn't ruined but the printer nozzle and bed stayed heated for about 1.5 hours before I checked on it. Not really happy about that from a safety perspective.
RE: End GCode not executing
Actually, it's not just the Mini, and not just the older SW, I'm running 2.9.2, and the same strange thing just happened on the MK3S. Just stopped on the last part, melted a big blob on top. Looking at Prusaslicer, there is no "end gcode" being inserted, you can see it on the display. It ends with:
M107
;Type:Custom
;Filament-specific end gcode
There is no Filament-specific end gcode, and the correct code is in the Printer G-code panel. It just isn't inserted!
Not sure how this thread is "Solved", re-slicing doesn't change this.
I was able to move forward by copying the end gcode into the custom gcode panel, and that put it (once) in the output file. Strange.
** Update ** I was recreating the file to upload, but now it works. The only change was closing Prusaslicer, and reopening it with the same project, now working!