Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.5k stars 5.32k forks source link

MKS LCD2004_ML support #1198

Closed bdn76 closed 5 years ago

bdn76 commented 5 years ago

What about MKS LCD2004_ML (two line, text based) support with MKS Gen_L V1.0

dsc_3641 dsc_3642

?

KevinOConnor commented 5 years ago

That appears to be a standard "RepRapDiscount 2004 Smart Controller" display - see the section on that in the config/generic-ramps.cfg file.

-Kevin

bdn76 commented 5 years ago

Ok, i'm try this later. In which case should the display print meaningful information?

  1. Immediatly after start module.
  2. Only after connect klippy to module and stop displaying after disconnect.
  3. Only after start printing and stop displaying after printing end.

In other words, what is the degree of autonomy for displaying information?

bdn76 commented 5 years ago

Sorry, but not work: dsc_3644

KevinOConnor commented 5 years ago

In order for us to assist, you'll need to attach the Klipper log file - see: https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md

bdn76 commented 5 years ago

Sorry, no problem. log.zip

KevinOConnor commented 5 years ago

I don't know why the display did not work. Generally (after a full power reset) the display wont show anything until it is initialized. So, it is odd that it is showing some data. I'd double check the wiring. Otherwise I don't have any additional advice.

-Kevin

bdn76 commented 5 years ago

I'm check wires - all wires are correct.

  1. Can i send string to display via cli before starting print?
  2. Can you modify MCU firmware for print something to display immediatly after firmware start (idealy is a version and time elapsed after start with 1 secod update). This is simplify wire problem issue.
bensen-666 commented 5 years ago

Yes, Same Problem with my 2004 display.

KevinOConnor commented 5 years ago

Any further luck with this?

-Kevin

bdn76 commented 5 years ago

No. I'm disconnect and power off disaplay.

KevinOConnor commented 5 years ago

Okay, I'm going to close this then. It is not known why it is not working and it doesn't look like there are any leads to getting it to work.

-Kevin

humbuckr commented 5 years ago

I recently had my stock Ender 3 main board lose its ability to control the bed temperature. Googling lead me to believe i needed a new main board. I got the MKS Gen 1.4 and the TMC2208 Stepper drivers.

All I see on the STOCK LCD is the backlight after repeated firmware updates.

Things I've tried -

Under a deadline to prints so I'm frustrated. Would appreciate any tips. thanks