Add M701 / M702 filament load / unload
This commit is contained in:
parent
d1cad5afa4
commit
81193e9338
41 changed files with 1030 additions and 608 deletions
|
|
@ -799,8 +799,7 @@ static void lcd_implementation_status_screen() {
|
|||
lcd.setCursor(0, 1);
|
||||
|
||||
// If the first line has two extruder temps,
|
||||
// show more temperatures on the next line
|
||||
// instead of
|
||||
// show more temperatures on the next line.
|
||||
|
||||
#if HOTENDS > 2 || (HOTENDS > 1 && TEMP_SENSOR_BED)
|
||||
|
||||
|
|
@ -951,10 +950,10 @@ static void lcd_implementation_status_screen() {
|
|||
|
||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||
|
||||
static void lcd_implementation_hotend_status(const uint8_t row) {
|
||||
static void lcd_implementation_hotend_status(const uint8_t row, const uint8_t extruder=active_extruder) {
|
||||
if (row < LCD_HEIGHT) {
|
||||
lcd.setCursor(LCD_WIDTH - 9, row);
|
||||
_draw_heater_status(active_extruder, LCD_STR_THERMOMETER[0], lcd_blink());
|
||||
_draw_heater_status(extruder, LCD_STR_THERMOMETER[0], lcd_blink());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue