Browse Source

Fixed path typos in README

pull/1/head
chrono 10 years ago
parent
commit
4d878b9bac
  1. 6
      Marlin/example_configurations/Felix/README.md

6
Marlin/example_configurations/Felix/README.md

@ -12,18 +12,18 @@ Bringing silky smooth prints to Felix.
```
cd Marlin/Marlin
cp example_configuration/Felix/Configuration_adv.h .
cp example_configurations/Felix/Configuration_adv.h .
```
The next step depends on your setup:
### Single Extruder Configuration
cp example_configuration/Felix/Configuration.h .
cp example_configurations/Felix/Configuration.h .
### Dual Extruder Configuration
cp example_configuration/Felix/Configuration_DUAL.h Configuration.h
cp example_configurations/Felix/Configuration_DUAL.h Configuration.h
### Compile Firmware

Loading…
Cancel
Save