소스 검색

Fixed path typos in README

chrono 9 년 전
부모
커밋
4d878b9bac
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      Marlin/example_configurations/Felix/README.md

+ 3
- 3
Marlin/example_configurations/Felix/README.md 파일 보기

@@ -12,18 +12,18 @@ Bringing silky smooth prints to Felix.
12 12
 
13 13
 ```
14 14
 cd Marlin/Marlin
15
-cp example_configuration/Felix/Configuration_adv.h .
15
+cp example_configurations/Felix/Configuration_adv.h .
16 16
 ```
17 17
 
18 18
 The next step depends on your setup:
19 19
 
20 20
 ### Single Extruder Configuration
21 21
 
22
-    cp example_configuration/Felix/Configuration.h .
22
+    cp example_configurations/Felix/Configuration.h .
23 23
 
24 24
 ### Dual Extruder Configuration
25 25
 
26
-    cp example_configuration/Felix/Configuration_DUAL.h Configuration.h
26
+    cp example_configurations/Felix/Configuration_DUAL.h Configuration.h
27 27
 
28 28
 ### Compile Firmware
29 29
 

Loading…
취소
저장