Fix build after rebase
This commit is contained in:
parent
4fa4b3b2fc
commit
825eed97d4
|
|
@ -1792,7 +1792,7 @@ void lcd_cutter_enabled()
|
||||||
#endif //MMU_HAS_CUTTER
|
#endif //MMU_HAS_CUTTER
|
||||||
|
|
||||||
void lcd_set_filament_autoload() {
|
void lcd_set_filament_autoload() {
|
||||||
fsensor_autoload_set(!fsensor_autoload_enabled());
|
fsensor.setAutoLoadEnabled(!fsensor.getAutoLoadEnabled());
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FILAMENT_SENSOR) && defined(PAT9125)
|
#if defined(FILAMENT_SENSOR) && defined(PAT9125)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue