瀏覽代碼

Minor fixes

chrono 9 年之前
父節點
當前提交
0a7d85c20e
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1
    1
      Marlin/example_configurations/Felix/README.md
  2. 1
    2
      Marlin/pins_FELIX2.h

+ 1
- 1
Marlin/example_configurations/Felix/README.md 查看文件

@@ -50,7 +50,7 @@ Copy the firmware to your printer host:
50 50
 
51 51
     scp /tmp/build6072035599686630843.tmp/Marlin.cpp.hex a.b.c.d:/tmp/
52 52
 
53
-Connect to your printer host via ssh, stop Octoprint or any other service that may block your USB device and make sure you have avrdude installed, the run:
53
+Connect to your printer host via ssh, stop Octoprint or any other service that may block your USB device and make sure you have avrdude installed, then run:
54 54
 
55 55
     avrdude -C/etc/avrdude.conf -v -v -v -patmega2560 -cwiring -P/dev/ttyUSB0 \
56 56
     -b115200 -D -Uflash:w:/tmp/Marlin.cpp.hex:i

+ 1
- 2
Marlin/pins_FELIX2.h 查看文件

@@ -24,14 +24,13 @@
24 24
 #define FAN_PIN             9 // (Sprinter config)
25 25
 #define PS_ON_PIN          12
26 26
 
27
-#define HEATER_1_PIN        7   // EXTRUDER 2
27
+#define HEATER_1_PIN        7 // EXTRUDER 2
28 28
 
29 29
 #if defined(ULTRA_LCD) && defined(NEWPANEL)
30 30
 
31 31
   #define BLEN_C 2
32 32
   #define BLEN_B 1
33 33
   #define BLEN_A 0
34
-
35 34
   #define SDCARDDETECT 6
36 35
 
37 36
 #endif // NEWPANEL && ULTRA_LCD

Loading…
取消
儲存