瀏覽代碼

No PLR include needed in queue.cpp

Scott Lahteine 6 年之前
父節點
當前提交
af92ee9dd6
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. 0
    4
      Marlin/src/gcode/queue.cpp

+ 0
- 4
Marlin/src/gcode/queue.cpp 查看文件

37
   #include "../feature/leds/printer_event_leds.h"
37
   #include "../feature/leds/printer_event_leds.h"
38
 #endif
38
 #endif
39
 
39
 
40
-#if ENABLED(POWER_LOSS_RECOVERY)
41
-  #include "../feature/power_loss_recovery.h"
42
-#endif
43
-
44
 /**
40
 /**
45
  * GCode line number handling. Hosts may opt to include line numbers when
41
  * GCode line number handling. Hosts may opt to include line numbers when
46
  * sending commands to Marlin, and lines will be checked for sequentiality.
42
  * sending commands to Marlin, and lines will be checked for sequentiality.

Loading…
取消
儲存