Ender3V2S1 icon indicating copy to clipboard operation
Ender3V2S1 copied to clipboard

SYNWIT (VIEWE) screen unit turns white after selecting a file if G-code preview was enabled.

Open Ice-Cue opened this issue 2 years ago • 25 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to print and cancel it again and start print again

Expected behavior Display turns slowly white and is the button isnt working. have to restart the printer

Screenshots If applicable, add screenshots to help explain your problem.

Version (please complete the following information): newest version

Ice-Cue avatar Aug 27 '22 11:08 Ice-Cue

EDIT: SYNWIT/VIEWE displays have a problem with the preview feature in previous firmware versions, the screen turns to white/blank. In the latest version (Universal MAY 2023 Edition), the QR code feature was removed to improve compatibility with this display unit. Some users can even see a preview of the thumbnails.

mriscoc avatar Aug 31 '22 04:08 mriscoc

Have this issue with; SYNWIT screen.

chrisgwynne avatar Sep 02 '22 15:09 chrisgwynne

Same issue here. The display gradually goes full white when enter the printing menu for the second time, and everything is not responding. Only a reboot can get it normal. .

  • Ways to reproduce:
  1. enter the media menu
  2. choose a gcode file
  3. choose print or cancel
  4. choose a gcode file again
  • Software version Firmware version: 20221222, 20221002. Both the same. Screen firmware version: Packed in Ender-3 V2_HW_V4.2.2_SW_V1.0.7 2022-08-19

  • Screen board

image

  • Main chip image

  • Abnormal display image image

xdujiang avatar Dec 23 '22 18:12 xdujiang

Is your printer connected via USB?

mriscoc avatar Dec 23 '22 20:12 mriscoc

Is your printer connected via USB?

nope, the only cable connected to the machine is power cable 😀

xdujiang avatar Dec 23 '22 20:12 xdujiang

I fixed it by just using octoprint and not printing over the display

Ice-Cue avatar Dec 23 '22 20:12 Ice-Cue

strange behavior. So, printing from Octoprint works fine, but selecting a file doesn't? From the images, the screen starts to go white from the file selection menu and does not enter the printing screen.

mriscoc avatar Dec 24 '22 01:12 mriscoc

It’s a 50/50 chance that it works to print from the display. The crazy’s thing is thats on 2 endet 3s from 2 different seller’s

Ice-Cue avatar Dec 24 '22 02:12 Ice-Cue

I fixed it by just using octoprint and not printing over the display

I'm using the same temporary fix, but I want to keep the capability to print offline.

strange behavior. So, printing from Octoprint works fine, but selecting a file doesn't? From the images, the screen starts to go white from the file selection menu and does not enter the printing screen.

Yes, everything OK if printing from octoprint. While printing from the display, printing screen can only be entered one time after the printer boots up. Whether printing or cancel, the secong time entering the printing screen cause a white screen.

It’s a 50/50 chance that it works to print from the display. The crazy’s thing is thats on 2 endet 3s from 2 different seller’s

I'm running ender3 v2, and the issue can always be reproduced.

xdujiang avatar Dec 24 '22 04:12 xdujiang

OK, maybe the QR-code routine or preview routine corrupt the SYNWIT display, are you able to see the QR-code?

mriscoc avatar Dec 24 '22 06:12 mriscoc

OK, maybe the QR-code routine or preview routine corrupt the SYNWIT display, are you able to see the QR-code?

The QR code with text "How to generate a previre" below? Yes, it can be displayed at the first time.

xdujiang avatar Dec 24 '22 06:12 xdujiang

Please post a video, I will try to catch where the display is being affected.

mriscoc avatar Dec 24 '22 06:12 mriscoc

Please post a video, I will try to catch where the display is being affected.

https://user-images.githubusercontent.com/10143140/209425291-f18bae5a-363c-468a-9300-5e511411195d.mp4

xdujiang avatar Dec 24 '22 07:12 xdujiang

When the screen goes white, does the printer still respond to Octoprint commands? This firmware has the preview and qr-code removed: Ender3V2-422-BLTUBL-MPC-NOPREV-20221224.zip

mriscoc avatar Dec 24 '22 07:12 mriscoc

When the screen goes white, does the printer still respond to Octoprint commands?

Yes, terminal is outputting consistently, and axis control is functional.

This firmware has the preview and qr-code removed: Ender3V2-422-BLTUBL-MPC-NOPREV-20221224.zip

I flashed this firmware, manually tested “printing-stop-printing-stop” cycle for few times, it seems OK and no white screen during the test.

xdujiang avatar Dec 24 '22 08:12 xdujiang

This issue is specific to SYNWIT screens units, it is recommended that users with this display compile the firmware with the option HAS_GCODE_PREVIEW disabled in the Configuration.h file.

Currently the control board does not have the ability to know what screen unit is attached so it is impossible to disable that feature automatically when that display is present. But it would be possible to add a check box in Advanced Settings to allow to disable all the confirmation and preview functionality.

mriscoc avatar Dec 25 '22 18:12 mriscoc

Is it possible that you compile it olso for us?

Ice-Cue avatar Dec 25 '22 18:12 Ice-Cue

Is it possible that you compile it olso for us? Miguel Risco-Castillo @.> schrieb am So. 25. Dez. 2022 um 19:29: This issue is specific to SYNWIT screens units, it is recommended that users with this display compile the firmware with the option HAS_GCODE_PREVIEW disabled in the Configuration.h file. — Reply to this email directly, view it on GitHub <#323 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPZTOXVOK7AMIIDZBRJGI3WPCHBLANCNFSM57ZGRB6A . You are receiving this because you authored the thread.Message ID: @.>

There is the possibility of request custom and sponsored compiles as is explained here: https://github.com/mriscoc/Special_Configurations#these-special-configurations-and-releases-are-sponsored-by-donors

mriscoc avatar Dec 25 '22 18:12 mriscoc

Ok, thx

Ice-Cue avatar Dec 25 '22 18:12 Ice-Cue

Thank you, I was running into the same issue on my Ender 3 V2 (also with a Synwit / Viewe display) and was able to fix it by disabling the preview stuff.

tomjschwanke avatar Dec 25 '22 22:12 tomjschwanke

This issue is specific to SYNWIT screens units, it is recommended that users with this display compile the firmware with the option HAS_GCODE_PREVIEW disabled in the Configuration.h file.

Currently the control board does not have the ability to know what screen unit is attached so it is impossible to disable that feature automatically when that display is present. But it would be possible to add a check box in Advanced Settings to allow to disable all the confirmation and preview functionality.

Thanks for your help and look forward to the new function~

xdujiang avatar Dec 26 '22 16:12 xdujiang

I wonder if a correctly formatted G-code with preview information could cause the same bad behavior. I know that SYNWIT can't show the preview but maybe can show the print information. I expect that you see something as: No-preview-in-DACAI Try to use this file and report back if it also turns the display white: SimpleCuraTest.zip

mriscoc avatar Dec 26 '22 18:12 mriscoc

Your testfile hangs my display immediately on the latest prebuilt release, it doesn't turn white, just becomes unresponsive. In my own build without preview support it doesn't hang.

tomjschwanke avatar Dec 26 '22 23:12 tomjschwanke

Your testfile hangs my display immediately on the latest prebuilt release, it doesn't turn white, just becomes unresponsive. In my own build without preview support it doesn't hang.

Thanks for the reply. So SYNWIT is totally incompatible with QR and Preview.

mriscoc avatar Dec 27 '22 05:12 mriscoc

I wonder if it's just the QR code / image. Maybe just the print info text could still work...

tomjschwanke avatar Dec 27 '22 12:12 tomjschwanke

Latest firmware allows to disable preview feature in Advanced Settings menu, that it fixes this issue.

mriscoc avatar Mar 13 '23 05:03 mriscoc

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar May 12 '23 14:05 github-actions[bot]

SYNWIT/VIEWE displays had a problem with the preview feature in previous firmware versions, the screen turns to white/blank. In the latest version (Universal MAY 2023 Edition), the QR code feature was removed to improve compatibility with this display unit. Some users can even see a preview of the thumbnails.

Test your display with this file: https://github.com/mriscoc/Ender3V2S1/blob/Ender3V2S1-Released/slicer%20scripts/cura/SimpleCuraTest.gcode

mriscoc avatar Jun 11 '23 16:06 mriscoc