Flashforge SGVX: File does not contain a resolution and/or display size information needed to generate the layer images #463
-
http://gofile.me/4zQ31/kh0vSGhGS Please download and look into this SVGX file. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
The error dialog already tell you the problem and solution... Quote: SVGX is just an vector file, lacking of any other precious information for UVtools to work. So this is not a bug, but rather a incompability by flashforge and the way they built the format.
Is the only slicer able to slice and export svgx (after open sl1 on UVtools) with inserted metadata for UVtools to work (I altered the svgx format with the missing information that is required) But you can use other slicer as well, like Chitubox or Lychee, Tango, which i highly recommend over flashforge slicer, create a printer with same dimentions and properties, export to a known format, like zip, load into UVtools, do your stuff and convert to SVGX. Also SVGX files created by UVtools also insert the missing information, so you can load it back if required |
Beta Was this translation helpful? Give feedback.
-
Hi, Tiago.
Thanks for your quick response.
I have tried both with Tango and Prusaslicer to create svgx but it did not
work.
Could you please advise where to insert the resolution and display size
information in Flashforge's svgx file?
Resolution : 1920*1080 pixels
Display size : 120*67.5*150 mm (4.7*2.7*5.9 INCHES)
I have attached a 20mm box sliced svgx file.
Thank you very much.
Warm regards,
David Lee
|
Beta Was this translation helpful? Give feedback.
-
Dear, Tiago
Thank you.
Everything is perfect now.
How can I support you? do you have a donation link of this software?
Kind regards,
Doyun
2022년 4월 19일 (화) 오전 12:16, Tiago Conceição ***@***.***>님이 작성:
… Prusaslicer is unable to creat svgx, you need to export sl1 and open in
uvtools with my printer profiles and it will turn into .svgx automaticly:
https://github.com/sn4k3/UVtools/wiki/Setup-PrusaSlicer
Tango can do the same thing, you export to vdt and then go to uvtools and
convert to SVGX.
Any of these are better than insert the bytes yourself
[image: 2022-04-18_16-15-18]
<https://user-images.githubusercontent.com/113281/163829824-023ffbf9-2e7a-449a-94ab-ae94571d232b.png>
Could you please advise where to insert the resolution and display size
information in Flashforge's svgx file?
You will need an hex editor able to paste and insert text in right
position, heres where (The orange text):
[image: 2022-04-18_16-13-38]
<https://user-images.githubusercontent.com/113281/163829719-a2704135-b2ba-4fe8-b64d-8de4ca832a7d.png>
—
Reply to this email directly, view it on GitHub
<#463 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVO4HWB6DD4HWQIZIX2G5QTVFV4EJANCNFSM5TT5LW7A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
The error dialog already tell you the problem and solution...
Quote:
This file does not contain a resolution and/or display size information needed to generate the layer images.
Note that FlashDLPrint slicer is unable to output files with the required information to load in here.
Please use other compatible slicer capable of output the correct information to load the file in here.
SVGX is just an vector file, lacking of any other precious information for UVtools to work.
UVtools works with images and those require Resolution size to be known, without it UVtools can't recreate the image from the svgx file, and is not possible to just guess it.
So this is not a bug, but rather a incompabili…