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