|
@@ -162,15 +162,6 @@ void lcd_commands();
|
|
extern bool bSettings; // flag (i.e. 'fake parameter') for 'lcd_hw_setup_menu()' function
|
|
extern bool bSettings; // flag (i.e. 'fake parameter') for 'lcd_hw_setup_menu()' function
|
|
void lcd_hw_setup_menu(void); // NOT static due to using inside "util" module ("nozzle_diameter_check()")
|
|
void lcd_hw_setup_menu(void); // NOT static due to using inside "util" module ("nozzle_diameter_check()")
|
|
|
|
|
|
-
|
|
|
|
-void change_extr(int extr);
|
|
|
|
-
|
|
|
|
-#ifdef SNMM
|
|
|
|
-void extr_unload_all();
|
|
|
|
-void extr_unload_used();
|
|
|
|
-#endif //SNMM
|
|
|
|
-void extr_unload();
|
|
|
|
-
|
|
|
|
enum class FilamentAction : uint_least8_t
|
|
enum class FilamentAction : uint_least8_t
|
|
{
|
|
{
|
|
None, //!< 'none' state is used as flag for (filament) autoLoad (i.e. opposite for 'autoLoad' state)
|
|
None, //!< 'none' state is used as flag for (filament) autoLoad (i.e. opposite for 'autoLoad' state)
|
|
@@ -218,8 +209,6 @@ void lcd_pinda_calibration_menu();
|
|
void lcd_calibrate_pinda();
|
|
void lcd_calibrate_pinda();
|
|
void lcd_temp_calibration_set();
|
|
void lcd_temp_calibration_set();
|
|
|
|
|
|
-void display_loading();
|
|
|
|
-
|
|
|
|
void lcd_set_degree();
|
|
void lcd_set_degree();
|
|
|
|
|
|
#if (LANG_MODE != 0)
|
|
#if (LANG_MODE != 0)
|