소스 검색

remove function forward decl: fsensor_restore_print_and_continue_IR

revert LCD_BL_PIN change
Marek Bel 5 년 전
부모
커밋
9c3bb14bae
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Firmware/fsensor.h

+ 1 - 3
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);
 //! @}