From 9c3bb14baeb87eb4adac28d20aa050428726c51d Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Wed, 5 Jun 2019 18:34:10 +0200 Subject: [PATCH] remove function forward decl: fsensor_restore_print_and_continue_IR revert LCD_BL_PIN change --- Firmware/fsensor.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100644 => 100755 Firmware/fsensor.h diff --git a/Firmware/fsensor.h b/Firmware/fsensor.h old mode 100644 new mode 100755 index 421eee43..fa7ab585 --- a/Firmware/fsensor.h +++ b/Firmware/fsensor.h @@ -18,9 +18,7 @@ extern bool fsensor_oq_meassure_enabled; //! @name save restore printing //! @{ extern void fsensor_stop_and_save_print(void); -//! special handling for the IR sensor (no restore position and heating, since this is already correctly handled in the M600 itself) -extern void fsensor_restore_print_and_continue_IR(void); -//! legacy restore print - restore position and heatup to original temperature - for the MMU and the optical fsensor +//! restore print - restore position and heatup to original temperature extern void fsensor_restore_print_and_continue(void); //! @}