Update Italian language, fix unused var warning (#13164)

This commit is contained in:
Giuliano Zaro
2019-02-14 04:05:18 +01:00
committed by Scott Lahteine
parent 9f0e1834ec
commit bdc2f10b90
2 changed files with 10 additions and 8 deletions

View File

@ -331,11 +331,13 @@ void disable_all_steppers() {
ExtUI::onFilamentRunout(ExtUI::getActiveTool());
#endif
const char tool = '0'
#if NUM_RUNOUT_SENSORS > 1
+ active_extruder
#endif
;
#if ENABLED(HOST_PROMPT_SUPPORT) || ENABLED(HOST_ACTION_COMMANDS)
const char tool = '0'
#if NUM_RUNOUT_SENSORS > 1
+ active_extruder
#endif
;
#endif
//action:out_of_filament
#if ENABLED(HOST_PROMPT_SUPPORT)