Notifications
Clear all

GCODE command for Stealth Mode on MK3?  

  RSS
Andrew Whittle
(@andrew-whittle)
Active Member
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

Posted : 10/05/2018 5:28 am
thrawn86
(@thrawn86)
Honorable Member
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.

Posted : 11/05/2018 7:47 am
Dreide
(@dreide)
Trusted Member
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

Posted : 11/05/2018 6:39 pm
PJR
 PJR
(@pjr)
Antient Member Moderator
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…

Posted : 11/05/2018 9:54 pm
julian.s10
(@julian-s10)
Member
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?

Posted : 21/06/2019 8:29 pm
julian.s10
(@julian-s10)
Member
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. 

Posted : 21/06/2019 8:37 pm
Share: