🚸 Default T0 for M569, M906, M913 (#23020)

This commit is contained in:
tombrazier
2021-10-25 22:29:40 +01:00
committed by GitHub
parent 930cb7c317
commit 73875cf9cc
6 changed files with 10 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ static void say_stealth_status() {
*/
void GcodeSuite::M569() {
if (parser.seen('S'))
set_stealth_status(parser.value_bool(), get_target_e_stepper_from_command());
set_stealth_status(parser.value_bool(), get_target_e_stepper_from_command(0));
else
say_stealth_status();
}