fixed compilation
This commit is contained in:
parent
0268c03a75
commit
d02daec08f
2 changed files with 2 additions and 2 deletions
|
|
@ -4312,7 +4312,7 @@ void handle_status_leds(void) {
|
|||
}
|
||||
#endif
|
||||
|
||||
void manage_inactivity(bool ignore_stepper_queue=false)
|
||||
void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
|
||||
{
|
||||
|
||||
#if defined(KILL_PIN) && KILL_PIN > -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue