Config updates

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:32 -05:00
parent 54326fb06a
commit 479652073b
65 changed files with 138 additions and 138 deletions

View File

@@ -11,19 +11,19 @@ Bringing silky smooth prints to Felix.
- In both cases use the "Download Zip" button on the right.
```
cd Marlin/Marlin
cp example_configurations/Felix/Configuration_adv.h .
cd Marlin/src
cp config/examples/Felix/Configuration_adv.h .
```
The next step depends on your setup:
### Single Extruder Configuration
cp example_configurations/Felix/Configuration.h .
cp config/examples/Felix/Configuration.h .
### Dual Extruder Configuration
cp example_configurations/Felix/DUAL/Configuration.h Configuration.h
cp config/examples/Felix/DUAL/Configuration.h Configuration.h
### Compile Firmware