chrono 9 роки тому
джерело
коміт
0a7d85c20e

+ 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

Завантаження…
Відмінити
Зберегти