mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-02-10 10:39:30 -07:00
|
Some checks failed
Deploy / deploy (push) Has been cancelled
MarlinFirmware/Marlin#28069 Co-Authored-By: Andrew <18502096+classicrocker883@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| _Bootscreen.h | ||
| Configuration.h | ||
| Configuration_adv.h | ||
| 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.