-
Notifications
You must be signed in to change notification settings - Fork 58
Request support for new PhotonS files #24
Comments
The PhotonS is a completely new machine, new hardware and file format. If AnyCubic is willing to provide information on the new file format, it is a doable task - else reverse engineering the file format will take some time and require that someone is willing to put in the hours. |
@bonosoft I saw that you recently committed code to handle a v2 file format. Is this for the PhotonS or do any of the extra settings apply to the original Photon as well? Having just saved a file as v2 and tried it on my original Photon it seems to work (I didn't have any resin in so could see the layers being shown correctly) but I don't know if it's just ignoring the new values or not. Any ideas? |
Hi
The Validator does not support Photon S as we don’t know the file format.
The version 2 file is an extension of the version 1 format, so printers like the Photon can print both version 1 and 2 files. Version 2 files can hold extra parameters and AA information.
The firmware in the Photon currently only reads version 1 information out of the files. AnyCubic promised to release a new firmware for the Photon that supports version 2 files, but we are still waiting.
Another vendor, which have a printer based on the same ChiTu main board, have a firmware that supports version 2 files. If you install this firmware on your Photon, it will be able to print AA version 2 files. But that will void your warranty.
/Bo Nørgaard
… Den 5. apr. 2019 kl. 16.28 skrev Mark A. Greenwood ***@***.***>:
@bonosoft I saw that you recently committed code to handle a v2 file format. Is this for the PhotonS or do any of the extra settings apply to the original Photon as well? Having just saved a file as v2 and tried it on my original Photon it seems to work (I didn't have any resin in so could see the layers being shown correctly) but I don't know if it's just ignoring the new values or not. Any ideas?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks, makes perfect sense and we'll just have to hope AnyCubic come up with some official firmware at some point. Perhaps oddly it was actually the lift speed/height I was interested in and not the AA option as I've been having issues with resin trapped around the supports and so I thought I'd have a play with the extra settings to see if I could make things any better. |
Don't wait up for Anycubic to decide to put out the file format, write to them demanding backwards compatibility with the old file format or release of the binary format. And convince others to do the same. if everyone presures Anycubic there is a better chance they do make something otherwise nothing will happen |
@greenwoodma lift and speed is even worse, you can do that on Photon Classic because we got a hold of the gcode file that allow these values to be changed, we don't even know what kind of implementation Anycubic decided to make on their S model or even if they implemented a way to edit that or if it is firmware harcoded |
@X3msnake yes, I'm going to ask them some questions about the Photon Classic files and firmware. Obviously I'm going to ask about AA as we know that's possible but what I'd also like is to see if it's possible for the printer to respect the per-layer values for exposure, off time etc. That would be really useful as it would allow us to change layer height for different sections of a single print; i.e. you could have the raft and supports at 0.05mm and the detailed model at 0.02mm which would speed up printing. |
I reversed format, but later found reader here: My work:
New format even simpler than original *.photon |
I was wondering if there was work done on the new file format now that some sort of format is known? How easy is the code source to contribute? I could try and implement this but i am unsure how well the codebase is designed to support different file types? |
Any hope for Photon S file format support now? |
Only if someone picks up the code and add it, since Bo Noordgard (the main
coder) has been MIA for the past year.
talpatlan <notifications@github.com> escreveu no dia sábado, 28/12/2019
à(s) 13:53:
… Any hope for Photon S file format support now?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=ACUR56XBVTFG5ZE5B2CANKTQ25K4ZA5CNFSM4HCD5GT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHYKLPY#issuecomment-569419199>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUR56TVC3JXI2VTVWNOLOTQ25K4ZANCNFSM4HCD5GTQ>
.
--
Com os melhores cumprimentos,
Vinicius Silva
|
Here is another parser available for the Photon S So it's possible to rewrite them in Java or Kotlin to integrate them to our Validator. Or to skip a reimplementation it's also possible to call the Rust code from Java: |
Thanks for the info @TobseF I've been looking at adding that this evening, just for the sake of convenience. I found a fork https://github.com/cwoac/PhotonFileValidator that seems to have some of it done, but not quite all. I also managed to track down some info from the following locations (not all seems to agree)
The second and third seem to be the farthest out from what I see in the file (as generated by chitubox) e.g. there's no textual bits the lead the header. |
Is there any improvement about supporting new .photons files? |
Validator wil not be developed any more
use UVTOOLS instead
No dia sábado, 7 de novembro de 2020, Serhat Sönmez <
notifications@github.com> escreveu:
… Is there any improvement about supporting new .photons files?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUR56WAR6PMDTOLUJL6EMDSOSVC7ANCNFSM4HCD5GTQ>
.
--
Com os melhores cumprimentos,
Vinicius Silva
|
Can we get support for the new PhotonS files, I tried just renaming the file to Photon and putting it through the program but the validator says the file is corrupt. so they must have made some sort of change to it.
The text was updated successfully, but these errors were encountered: