-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba28216
commit b1334ed
Showing
2 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
## Eryone Thinker SE | ||
|
||
- BLTouch probe | ||
- TMC2208 (standalone) stepper drivers | ||
- Filament runout Sensor | ||
- TMC2208 (standalone) stepper drivers | ||
|
||
## How to use the config | ||
|
||
#### Check the hardware of your printer | ||
1. You are using the stock printer, no need to modify the config | ||
2. You are using the Filament runout sensor: | ||
Enable this line(Delete the "//" to enable it) | ||
- //#define THINKERV2_FL //Enable for an installed Filament runout sensor | ||
3. You are using the Bltouch: | ||
Enable this line(Delete the "//" to enable it) | ||
- //#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH | ||
4. You are using the direct drive extruder: | ||
Enable this line(Delete the "//" to enable it) | ||
- //#define THINKERV2_Direct //Enable for Direct drive extruder system | ||
5. Can I use all of the mod? The answer is yes. You can use all of them or just a part of them. | ||
|
||
1. If you're using the stock printer there's need to modify the config. | ||
2. If you're using the Filament Runout Sensor: | ||
- Enable this line (Remove the "`//`" prefix) | ||
`//#define THINKERV2_FL // Enable for an installed Filament runout sensor` | ||
3. You are using the Bltouch: | ||
- Enable this line (Remove the "`//`" prefix) | ||
`//#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH` | ||
4. You are using the direct drive extruder: | ||
- Enable this line (Remove the "`//`" prefix) | ||
`//#define THINKERV2_Direct // Enable for Direct drive extruder system` | ||
5. Can I use all of the mods? The answer is yes. You can use all of them or just some of them. | ||
|
||
## Have fun :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters