Browse Source

Fixed path typos in README

chrono 9 years ago
parent
commit
4d878b9bac
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/example_configurations/Felix/README.md

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

12
 
12
 
13
 ```
13
 ```
14
 cd Marlin/Marlin
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
 The next step depends on your setup:
18
 The next step depends on your setup:
19
 
19
 
20
 ### Single Extruder Configuration
20
 ### Single Extruder Configuration
21
 
21
 
22
-    cp example_configuration/Felix/Configuration.h .
22
+    cp example_configurations/Felix/Configuration.h .
23
 
23
 
24
 ### Dual Extruder Configuration
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
 ### Compile Firmware
28
 ### Compile Firmware
29
 
29
 

Loading…
Cancel
Save