Update Italian language, fix unused var warning (#13164)
This commit is contained in:
parent
9f0e1834ec
commit
bdc2f10b90
@ -331,11 +331,13 @@ void disable_all_steppers() {
|
|||||||
ExtUI::onFilamentRunout(ExtUI::getActiveTool());
|
ExtUI::onFilamentRunout(ExtUI::getActiveTool());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(HOST_PROMPT_SUPPORT) || ENABLED(HOST_ACTION_COMMANDS)
|
||||||
const char tool = '0'
|
const char tool = '0'
|
||||||
#if NUM_RUNOUT_SENSORS > 1
|
#if NUM_RUNOUT_SENSORS > 1
|
||||||
+ active_extruder
|
+ active_extruder
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
#endif
|
||||||
|
|
||||||
//action:out_of_filament
|
//action:out_of_filament
|
||||||
#if ENABLED(HOST_PROMPT_SUPPORT)
|
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||||
|
@ -431,12 +431,12 @@
|
|||||||
#define MSG_GRADIENT _UxGT("Gradiente")
|
#define MSG_GRADIENT _UxGT("Gradiente")
|
||||||
#define MSG_FULL_GRADIENT _UxGT("Gradiente pieno")
|
#define MSG_FULL_GRADIENT _UxGT("Gradiente pieno")
|
||||||
#define MSG_TOGGLE_MIX _UxGT("Alterna miscela")
|
#define MSG_TOGGLE_MIX _UxGT("Alterna miscela")
|
||||||
//#define MSG_CYCLE_MIX _UxGT("Ciclo miscela")
|
#define MSG_CYCLE_MIX _UxGT("Ciclo miscela")
|
||||||
#define MSG_GRADIENT_MIX _UxGT("Miscela gradiente")
|
#define MSG_GRADIENT_MIX _UxGT("Miscela gradiente")
|
||||||
#define MSG_REVERSE_GRADIENT _UxGT("Inverti gradiente")
|
#define MSG_REVERSE_GRADIENT _UxGT("Inverti gradiente")
|
||||||
#define MSG_ACTIVE_VTOOL _UxGT("V-tool attivo")
|
#define MSG_ACTIVE_VTOOL _UxGT("V-tool attivo")
|
||||||
//#define MSG_START_VTOOL _UxGT("V-tool inizio")
|
#define MSG_START_VTOOL _UxGT("V-tool iniziale")
|
||||||
//#define MSG_END_VTOOL _UxGT("V-tool fine")
|
#define MSG_END_VTOOL _UxGT("V-tool finale")
|
||||||
#define MSG_GRADIENT_ALIAS _UxGT("V-tool alias")
|
#define MSG_GRADIENT_ALIAS _UxGT("V-tool alias")
|
||||||
#define MSG_RESET_VTOOLS _UxGT("Ripristina V-tools")
|
#define MSG_RESET_VTOOLS _UxGT("Ripristina V-tools")
|
||||||
#define MSG_COMMIT_VTOOL _UxGT("Commit mix V-tool")
|
#define MSG_COMMIT_VTOOL _UxGT("Commit mix V-tool")
|
||||||
|
Loading…
Reference in New Issue
Block a user