dont show filament sensor in extruder info menu
This commit is contained in:
parent
1fa9913029
commit
4f67a9569c
1 changed files with 2 additions and 2 deletions
|
@ -1919,7 +1919,7 @@ static void lcd_menu_extruder_info()
|
|||
fan_speed_RPM[1]
|
||||
);
|
||||
|
||||
#ifdef FILAMENT_SENSOR
|
||||
#ifdef PAT9125
|
||||
// Display X and Y difference 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
|
||||
|
@ -1945,7 +1945,7 @@ static void lcd_menu_extruder_info()
|
|||
);
|
||||
}
|
||||
}
|
||||
#endif //FILAMENT_SENSOR
|
||||
#endif //PAT9125
|
||||
|
||||
menu_back_if_clicked();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue