Printer nags to update firmware
I like to keep my firmware fairly up to date, but I don't like that the printer nags me about it, and that I have to acknowledge the nag.
Is there a way to turn that off?
RE: Printer nags to update firmware
Later firmware version have an option in the lcd menu somewhere I believe to turn it off. Alternatively you could modify your printer profile in Prusa Slicer to remove the gcode line that prompts the check. You would have to save the profile as a user custom one as the built in ones can’t be modified and then use that ‘new’ printer to slice with so probably easier to check the lcd first.
RE: Printer nags to update firmware
Excellent! I'll look for that as soon as this print finishes.
Thanks Neophyl!
RE: Printer nags to update firmware
I checked the LCD and couldn't find anything. So I wrote a python script that comments out the gcode line starting "M115 ", which lets the firmware know what's current, and no more nagging.
Thanks again!