Configurations/config/examples/Eryone/Thinker SE
Jason Smith 344b5a83cb
Update SERIAL_DMA and FREEZE_FEATURE comments (#1043)
* 🐛 HC32 - Add SERIAL_DMA, fix SDIO and MEATPACK
Co-authored-by: Chris <52449218+shadow578@users.noreply.github.com>

* 📝Improve Freeze Feature comment
Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
2024-04-20 15:35:39 -07:00
..
_Bootscreen.h COMPACT_CUSTOM_BOOTSCREEN (#989) 2023-11-17 18:20:48 -06:00
Configuration.h 🔧 "CNC" character info screen 2024-03-31 21:15:21 -05:00
Configuration_adv.h Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
README.md 🔧 Improve Thinker SE and V2 (#577) 2021-09-28 02:06:30 -05:00

Eryone Thinker SE

  • BLTouch probe
  • Filament runout Sensor
  • TMC2208 (standalone) stepper drivers

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)
    //#define THINKERV2_FL // Enable for an installed Filament runout sensor
  1. You are using the Bltouch:
  • Enable this line (Remove the "//" prefix)
    //#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH
  1. You are using the direct drive extruder:
  • Enable this line (Remove the "//" prefix)
    //#define THINKERV2_Direct // Enable for Direct drive extruder system
  1. Can I use all of the mods? The answer is yes. You can use all of them or just some of them.

Have fun :)