dont show filament sensor in extruder info menu

This commit is contained in:
PavelSindler 2019-01-31 18:03:56 +01:00
parent 1fa9913029
commit 4f67a9569c
1 changed files with 2 additions and 2 deletions

View File

@ -1919,7 +1919,7 @@ static void lcd_menu_extruder_info()
fan_speed_RPM[1] fan_speed_RPM[1]
); );
#ifdef FILAMENT_SENSOR #ifdef PAT9125
// Display X and Y difference from Filament sensor // Display X and Y difference from Filament sensor
// Display Light intensity from Filament sensor // Display Light intensity from Filament sensor
// Frame_Avg register represents the average brightness of all pixels within a frame (324 pixels). This // Frame_Avg register represents the average brightness of all pixels within a frame (324 pixels). This
@ -1945,7 +1945,7 @@ static void lcd_menu_extruder_info()
); );
} }
} }
#endif //FILAMENT_SENSOR #endif //PAT9125
menu_back_if_clicked(); menu_back_if_clicked();
} }