Fixed path typos in README

This commit is contained in:
chrono 2015-03-14 10:18:12 +00:00
parent 12ec557a75
commit 4d878b9bac

View file

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