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.
Have fun :)