-
-
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.
🔧 Improve Thinker SE and V2 (#577)
- Loading branch information
Showing
4 changed files
with
130 additions
and
35 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
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,5 +1,23 @@ | ||
## Eryon Thinker SE | ||
## Eryone Thinker SE | ||
|
||
- BLTouch probe | ||
- Filament runout Sensor | ||
- TMC2208 (standalone) stepper drivers | ||
- Filament Sensor | ||
|
||
## How to use the config | ||
|
||
#### Check the hardware of your printer | ||
|
||
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)<br/> | ||
`//#define THINKERV2_FL // Enable for an installed Filament runout sensor` | ||
3. You are using the Bltouch: | ||
- Enable this line (Remove the "`//`" prefix)<br/> | ||
`//#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH` | ||
4. You are using the direct drive extruder: | ||
- Enable this line (Remove the "`//`" prefix)<br/> | ||
`//#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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Eryone Thinker V2 | ||
|
||
- BLTouch probe | ||
- Filament runout Sensor | ||
|
||
## How to use the config | ||
|
||
#### Check the hardware of your printer | ||
|
||
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)<br/> | ||
`//#define THINKERV2_FL // Enable for an installed Filament runout sensor` | ||
3. You are using the Bltouch: | ||
- Enable this line (Remove the "`//`" prefix)<br/> | ||
`//#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH` | ||
4. You are using the direct drive extruder: | ||
- Enable this line (Remove the "`//`" prefix)<br/> | ||
`//#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. | ||
6. If your printer's PSU has a reset problem you can disable the `PIDTEMPBED` feature: | ||
- Disable this line (Prefix with "`//`")<br/> | ||
`#define PIDTEMPBED // If your PSU has a reset problem then try to disable it to improve this problem` | ||
|
||
## Have fun :) |