🐛 Fix "no T param" handling
This commit is contained in:
@@ -134,7 +134,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(-2));
|
||||
else
|
||||
say_stealth_status();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user