From 4d878b9bac795feb3915fe73e5aec8270fd7add5 Mon Sep 17 00:00:00 2001 From: chrono Date: Sat, 14 Mar 2015 10:18:12 +0000 Subject: [PATCH] Fixed path typos in README --- Marlin/example_configurations/Felix/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/example_configurations/Felix/README.md b/Marlin/example_configurations/Felix/README.md index 537003352..b4358e190 100644 --- a/Marlin/example_configurations/Felix/README.md +++ b/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