-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thumbnails for Artillery X3 Pro? #31
Comments
Hi! Generally, I do not have too much time at the moment, but if it is really that similar, there might be a chance. The only thing is, that I do not own an Artillery printer and therefore would not be able to test it. Maybe you could provide me with some more information so I can estimate everything a bit better: I think that info could help me assess the situation a bit better :D |
Thanks for the quick reply! Yeah so the new Artillery Printers (Sidewinder X3 Pro in my case) come with their own Artillery Cura 4.8.0 slicer which will automatically add the thumbnails in a certain format. After trying different thumbnail plugins I found yours which provided very similar results so I figured I'd ask you here, hoping it's something simple you may be able to figure out :) I'm not versed in Python so I'm unable to figure out how your plugin works but comparing the two GCODEs (samples below) I can see many similarities between the two. Maybe you are able to make sense of this! Again, if it will take too much time then I'm not concerned about it as it's just a thumbnail, after all! Of course, I could just use the provided Artillery Cura slicer but I'd rather use updated Cura as opposed to the more outdated version. |
Thank you for that further information, exactly what I needed. |
Even their websites are suspiciously similar, hah! Sounds good! Thank you for taking the time to look into it and I hope you enjoy the holidays! :) Let me know if I can provide any more information! |
Hi, I indeed have another question. I cannot find any download for the Artillery Cura and have read, that it comes with the USB stick of the printer (interestingly, that's the same for the Elegoo printers :D). Do you know where to download it and it not, could you somehow provide it to me? :D |
I don't believe it's available for download anywhere, but here I uploaded it to google drive - It is a 150mb .exe by the way! Let me know if you'd rather me upload it a different way! https://drive.google.com/file/d/1-8IovFewuiVs7Rm6FvY9Tbuq8XBFwo1_/view?usp=sharing |
Google drive is perfectly fine, I downloaded it, thank you :) |
Quick update: I just dug very deep into the Artillery Cura and its plugins to find out, that the underlying image encoding algorithms are exactly the same as the ones for the Elegoo printers, that's very good news. An it gets even better: The Elegoo version, my plugin is based on, used compiled binaries which I wanted to get rid of because of multiple bugs caused by them. The Artillery version already got rid of them, so I can even use this new research in order to improve my plugin. Win-win! (for now, I have reworked my plugin core and published a version 4 of the plugin. If I get good feedback, that everything works fine for my userbase, I will be adding the Artillery X3Pro soon) |
That is awesome news! I'm happy you were able to make improvements to your plugin from this, if nothing else! I will definitely be recommending this plugin to everyone I can! Superb job! |
Interestingly enough, it seems Artillery did actually release the files of the SD cards as well as released their own Artillery PrusaSlicer (3.0.1?) which also gives some information as to the thumbnail sizes as well, (85x85, 170x170, 230x230) Doesn't seem they updated their Cura Slicer or even have it available for download but instead moved to Prusa, for whatever reason! It would appear the encoding format is the same as the Artillery Cura Slicer at least based on the produced GCODE .. |
That PrusaSlicer thing sounds interesting, I will definitely have a look into it. Interestingly the Artillery Cura contains profiles for the X4 Pro and X4 Plus, which as far as I know are not released, yet. So it seems to be up to date at some extent. |
Hi, I have good news for you. As the changes I made did not cause any new errors, I have decided to start adding support for the Artillery printers. Today, I can send you the first beta version supporting the X3 Pro. Maybe you could test it out if it works so I can start the next steps. Images are very welcome :) |
Nice, thanks for testing so quick and happy to hear that! I guess the next steps are finding the right gray for the background to nigely integrate with teh UI as it looks like the same gray surrounding the image in all the cases. Now as I know it will work, I have also contacted Artillery if they are interested in a cooperation, so lets wait for that and in case they don't wanna help, we need to find a plan for finding the right gray tone. |
I think you're going to have a bad time trying to get answers from them as their customer service is nearly nonexistent.. However, they just used black for their thumbnail background and I think that would be just fine.. I don't think there's any need to match to the UI Background but that's just my opinion, it's your plugin after all :p We could always do it the hard way which is you sending me different files with different shades of gray until we match it 🤣 but that might be way too much work haha |
I think I will give Artillery a few days. If the don't respond, we can do one of your suggestions :) |
I also tested your plug from above and it works perfectly. |
It's not a common format but a pretty complicated format of the screen manufacturer only used for those thumbnails. Why are you asking? |
So, it seems the new Artillery printers use the exact same format that you are using for this though they have 3 different types of thumbnails - simage, gimage and also mimage
I image just the sizing of the thumbnails is different but the gcode looks like the same format string, except with the added mimage
Just wondering if this is something you would be willing to look into! No worries if not though!
The text was updated successfully, but these errors were encountered: