tenlog / TL-D3

Marlin dual X carriage 3d printer firmware source code for tenlog-D3
GNU General Public License v3.0
38 stars 48 forks source link

No detection TLJ #27

Open FredericDem opened 2 years ago

FredericDem commented 2 years ago

Since version V 1.0.30 my machine starts beeping continuously at startup, only solution stopped ..... I once had this problem when compiling with the DWN screen by mistake ... so I think my TLJ screen is not recognized ....Someone would have any idea ?

Depuis la version V 1.0.30 ma machine se met a bipper en continu au demarage seule solution l arretée ..... j ai une fois ce probleme en compilant avec l ecran DWN par erreur ... donc je pense que mon ecran TLJ n est pas reconnu .... Une idée

FredericDem commented 2 years ago

image c est plutot ca le probleme ..

aelberone commented 2 years ago

Probably the simplest workaround, for TJC Screen, is to swap values in pins.h to:

#define BEEPER_OFF HIGH
#define BEEPER_ON LOW

(TJC Beeps on `LOW' !)