3D printerite konfiguratsioonid
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.
 
 
 
m eb9bdb4b94 Add hannoprint code 2 years ago
..
Configuration.h Add hannoprint code 2 years ago
Configuration_adv.h Add hannoprint code 2 years ago
README.md Add hannoprint code 2 years ago
_Bootscreen.h Add hannoprint code 2 years ago

README.md

Eryone Thinker V2

  • BLTouch probe
  • Filament runout Sensor

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.
  2. 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

Have fun :)