Browse Source

Minor fixes

chrono 9 years ago
parent
commit
0a7d85c20e
2 changed files with 2 additions and 3 deletions
  1. 1
    1
      Marlin/example_configurations/Felix/README.md
  2. 1
    2
      Marlin/pins_FELIX2.h

+ 1
- 1
Marlin/example_configurations/Felix/README.md View File

50
 
50
 
51
     scp /tmp/build6072035599686630843.tmp/Marlin.cpp.hex a.b.c.d:/tmp/
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
     avrdude -C/etc/avrdude.conf -v -v -v -patmega2560 -cwiring -P/dev/ttyUSB0 \
55
     avrdude -C/etc/avrdude.conf -v -v -v -patmega2560 -cwiring -P/dev/ttyUSB0 \
56
     -b115200 -D -Uflash:w:/tmp/Marlin.cpp.hex:i
56
     -b115200 -D -Uflash:w:/tmp/Marlin.cpp.hex:i

+ 1
- 2
Marlin/pins_FELIX2.h View File

24
 #define FAN_PIN             9 // (Sprinter config)
24
 #define FAN_PIN             9 // (Sprinter config)
25
 #define PS_ON_PIN          12
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
 #if defined(ULTRA_LCD) && defined(NEWPANEL)
29
 #if defined(ULTRA_LCD) && defined(NEWPANEL)
30
 
30
 
31
   #define BLEN_C 2
31
   #define BLEN_C 2
32
   #define BLEN_B 1
32
   #define BLEN_B 1
33
   #define BLEN_A 0
33
   #define BLEN_A 0
34
-
35
   #define SDCARDDETECT 6
34
   #define SDCARDDETECT 6
36
 
35
 
37
 #endif // NEWPANEL && ULTRA_LCD
36
 #endif // NEWPANEL && ULTRA_LCD

Loading…
Cancel
Save