teeminus / NoTouchScreenFirmware

Stripped down version of BIGTREETECH-TouchScreenFirmware which only supports ST7920 emulation (Marlin Mode)
GNU General Public License v3.0
149 stars 37 forks source link

Print progress on 2.4 tft #11

Closed susi1508 closed 3 years ago

susi1508 commented 3 years ago

I have installed your firmware and with the right klipper config it is working like expected - big thx for that. Only progress bar stays at 0 percent. I have seen screenshots with values differs from zero. Is print progress working? Board is an BTT skr v1.3

teeminus commented 3 years ago

Thats because klipper expects the M73 command to update/show the current print progress: https://github.com/KevinOConnor/klipper/issues/2695#issuecomment-611100591

susi1508 commented 3 years ago

works. thx for the hint