daid303 12 年之前
父節點
當前提交
16078e47d4
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      Marlin/Marlin.pde

+ 5
- 0
Marlin/Marlin.pde 查看文件

31
 /* Use this file to help the Arduino IDE find which Arduino libraries are needed and to keep documentation on GCode */
31
 /* Use this file to help the Arduino IDE find which Arduino libraries are needed and to keep documentation on GCode */
32
 
32
 
33
 #include "Configuration.h"
33
 #include "Configuration.h"
34
+#include "pins.h"
35
+
34
 #ifdef ULTRA_LCD
36
 #ifdef ULTRA_LCD
35
 #include <LiquidCrystal.h>
37
 #include <LiquidCrystal.h>
36
 #endif
38
 #endif
39
+#ifdef
40
+#if DIGIPOTSS_PIN > -1
37
 #include <SPI.h>
41
 #include <SPI.h>
42
+#endif

Loading…
取消
儲存