Suggestion for improvments in firmware
Im the proud owner of a Mk3s.
An option I would like to have in the firmware is the possibility to have a beep/sound when the print i done.
Another option would be to have a beep/sound when the preheat has reached its temp.
/Stefan
My the gcode be with you!
RE: Suggestion for improvments in firmware
Hi!.
For the first thing you are suggesting, there is the possibility to add a personalized gcode in your prusaslicer configuration.
To do this, you could go to the Printer Configuration Gear in the right menu of your PrusaSlicer.
Then you have to go to the second submenu "Personalized GCode".
There, you can find some windows to add some personalizad gcodes to all the gcodes you will make from now on.
The gcode to add a sound is M300, and you can find a lot of info in this link...
(Sorry for my poor english, I´m spanish...)
RE: Suggestion for improvments in firmware
As Rafael says this is accomplished without any firmware change. You simply add the correct m300 code with parameters into the start gcode. As there are lines that preheat and wait till it reaches temperature you would add one after that. That would beep when it reaches temp.
the other you add in the end gcode section after it turns off the heaters and fans.
RE: Suggestion for improvments in firmware
Thank you for the information but I would like the option to be in the firmware. That is my sugestion and I hope it will be implemented.
My the gcode be with you!