You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
Configuration.h | 2 years ago | |
Configuration_adv.h | 2 years ago | |
README.md | 2 years ago | |
_Bootscreen.h | 2 years ago |
README.md
Eryone Thinker SE
- BLTouch probe
- Filament runout Sensor
- TMC2208 (standalone) stepper drivers
How to use the config
Check the hardware of your printer
- If you're using the stock printer there's need to modify the config.
- If you're using the Filament Runout Sensor:
- Enable this line (Remove the "
//
" prefix)
//#define THINKERV2_FL // Enable for an installed Filament runout sensor
- You are using the Bltouch:
- Enable this line (Remove the "
//
" prefix)
//#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH
- You are using the direct drive extruder:
- Enable this line (Remove the "
//
" prefix)
//#define THINKERV2_Direct // Enable for Direct drive extruder system
- Can I use all of the mods? The answer is yes. You can use all of them or just some of them.