mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
![]() MarlinFirmware/Marlin#27113 Co-Authored-By: Mihai <299015+mh-dm@users.noreply.github.com> |
||
---|---|---|
.. | ||
_Bootscreen.h | ||
Configuration.h | ||
Configuration_adv.h | ||
README.md |
Eryone Thinker V2
- BLTouch probe
- Filament runout Sensor
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.
- If your printer's PSU has a reset problem you can disable the
PIDTEMPBED
feature:
- Disable this line (Prefix with "
//
")
#define PIDTEMPBED // If your PSU has a reset problem then try to disable it to improve this problem