classicrocker883 / MRiscoCProUI

This is optimized firmware for Voxelab Aquila & Ender3 V2/S1 3D printers.
https://classicrocker883.github.io/
Other
79 stars 17 forks source link

Aquila X2 N32 screen jumbled and unuseable #60

Closed Vanilla009 closed 10 months ago

Vanilla009 commented 1 year ago

Did you test the latest release build?

Yes, and the problem still exists.

Bug Description

After flashing Aquila_N32_Default-NP-ProUI-IS.bin to the Aquila X2 with an N32 board, the screen is jumbled up, making it entirely unusable.

Printer Model

Voxelab Aquila

Model Type

X2

Your Mainboard

Aquila N32

Other Mainboard Type

No response

Add-ons that could be involved

No response

ProUI?

ProUI

Bed Leveling

Default - No Probe / No Bed Leveling

Did you include your own configuration files?

Additional information & file uploads

An image of what my screen looks like. IMG_0579 (1) IMG_0581 IMG_0580 IMG_0582 IMG_0583 IMG_0585 IMG_0584 The output from M111 S247 simply gave me endless echo:M105 messages.

classicrocker883 commented 1 year ago

you will need to flash the firmware on your LCD
this will show you how
or you can check this readme as well

Download the ZIP to the repo and navigate to here within the folders

choose one of the DWIN_SETS, I would stick with Original or Voxelab Red

here is a Direct Download link I created so you do not have to download the whole repo if you dont want to.

Vanilla009 commented 1 year ago

Thanks for the quick response! Your solution worked perfectly. What size should the thumbnails be? They aren't working for me.

classicrocker883 commented 1 year ago

Thanks for the quick response! Your solution worked perfectly. What size should the thumbnails be? They aren't working for me.

thumbnails for the G-code model preview when you select to print?
https://github.com/classicrocker883/MriscocProUI/wiki/How-to-generate-a-gcode-preview they should be 200x200, I should make a note suggesting that, but I was able to test using 230x180 and it worked fine, stretched, but fine.

what are you using for slicer? you followed the directions of putting the script in the correct folder? another thing you need is Python installed. and it says you need to use pip to install Pillow

Vanilla009 commented 1 year ago

I'm using Prusaslicer, Python installed, with pillow, 200x200 size, png. Prusaslicer throws an error - I have tried reinstalling Python and updating Pillow. I'm using Python 3.11.4.

image

Here is the error message Prusaslicer gives me.

classicrocker883 commented 1 year ago

that address doesnt show up for me. I have python3.11.4 installed here
(open up CMD - command prompt, and type the following)

C:\Users\Andrew>where python
C:\Program Files\Python311\python.exe
C:\Program Files\msys64\mingw64\bin\python.exe
C:\Users\Andrew\AppData\Local\Microsoft\WindowsApps\python.exe

for whatever reason I seem to have two different ones installed

C:\Users\Andrew>python --version
Python 3.11.4

C:\Users\Andrew>python3 --version
Python 3.10.12
C:\Users\Andrew>where python3
C:\Program Files\msys64\mingw64\bin\python3.exe
C:\Users\Andrew\AppData\Local\Microsoft\WindowsApps\python3.exe

python and python3 are different (for just me at least)

you should add one of these paths to the PATHS environment variables. there is some documentation written up on it if you dont know how to do that.

classicrocker883 commented 1 year ago

showprusaslicergcode

your slicer should look like this,

first image is in Printer Settings tab - General
then Print Settings tab - Output Options


in the Post-Processing Script box, the first python exe should be the one that has Pillow installed

as you can see there is a major difference between python and python3 (for me)

C:\Users\Andrew>pip show pillow
Name: Pillow
Version: 10.0.0
Summary: Python Imaging Library (Fork)
Home-page: https://python-pillow.org
Author: Jeffrey A. Clark (Alex)
Author-email: aclark@aclark.net
License: HPND
Location: C:\Users\Andrew\AppData\Roaming\Python\Python311\site-packages
Requires:
Required-by:

C:\Users\Andrew>python3 -m pip show pillow
Name: Pillow
Version: 10.0.0
Summary: Python Imaging Library (Fork)
Home-page: https://python-pillow.org
Author: Jeffrey A. Clark (Alex)
Author-email: aclark@aclark.net
License: HPND
Location: c:\program files\msys64\mingw64\lib\python3.10\site-packages
Requires:
Required-by:
github-actions[bot] commented 8 months ago

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.