mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 15:13:54 -06:00
Corrected unused var, default switch, Travis tests (#12477)
This commit is contained in:
parent
a4c15dc54f
commit
90a58488b5
4 changed files with 4 additions and 3 deletions
|
@ -479,6 +479,8 @@ inline void invalid_extruder_error(const uint8_t e) {
|
|||
active_extruder_parked = true;
|
||||
delayed_move_time = 0;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue