GCODE command for Stealth Mode on MK3?
Is there a gcode command for Stealth mode? I think the below was for MK2 and not sure if it would work for MK3
M907 X540 Z830 E500 for high power mode
M907 X270 Z830 E450 for silent mode
Re: GCODE command for Stealth Mode on MK3?
I have also wondered if there was a reference to prusa-specific codes like that, allowing you full functionality without futzing with the display. Maybe there is, and my google-fu is failing me.
Re: GCODE command for Stealth Mode on MK3?
Best option seems to be looking into the source code ( https://github.com/prusa3d/Prusa-Firmware/blob/dd8922653702b853df8cf588d134d58270437f06/Firmware/Marlin_main.cpp#L6485 ).
Normal mode: M914
Silent mode: M915
Re: GCODE command for Stealth Mode on MK3?
Or even the wiki: https://github.com/prusa3d/Prusa-Firmware/wiki/Supported-G-codes
But it would appear that is not up to date 🙁
Peter
Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…
RE: GCODE command for Stealth Mode on MK3?
I am looking for that command too and M915 ; placed in start G-code seems to be not working. Does anyone know if there's working one?
RE: GCODE command for Stealth Mode on MK3?
In the current firmware code: https://github.com/prusa3d/Prusa-Firmware/blob/MK3/Firmware/Marlin_main.cpp in line 3292 the M915 is not listed so I assume it's not supported yet.