-
Notifications
You must be signed in to change notification settings - Fork 44
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
MKS plugin not working in Cura 4.0 #10
Comments
yes please!!! Update as soon as posible |
In
on this
And ready. Now the plugin works for you. |
Changing the api value to "6.0" in the json file does get the plugin to properly showup as installed now, but after making those proposed changes in the utils.py file, the plugin no longer appears in the installed list after restarting cura. I've tried using the plugin as is after only the api version change, and it allows me to add the printer ip, but it bombs on connect: I'm not a developer, though I don't see why the changes to that take_screenshot subroutine in utils.py would impact anything. But it's breaking the plugin for me. Seems to me there's some more tweaking that needs to happen in the other py files. Tried a few trial&error changes, but not being a python dev, I'm not getting far. :( |
MKS Plugin.zip |
Thanks. That one works for me... well, sort of. Oh well. this functionality wasn't super critical, just more of a nice-to-have. and thanks for sharing the working plugin. |
I use the TFT35, and for me it is working. Maybe the script is getting an error with your display |
I have the TFT28, so that could be the issue. Maybe a future version of the MKS firmware or plugin will address this. |
This plugin is intended for 3.5” screens and more. Since they have a larger screen, and there is support for displaying thumbnails image. |
Ok. I wasn't completely sure, as the mks page also lists a 2.x version, so didn't know if that was version related or screen-size related. Would still like to see one tweaked to work with the smaller screens on cura 4.0, maybe without the thumbnail images. As the main reason for this plugin is to be able to connect and print over wifi. |
I've figured out a workaround for the TFT28. In SaveOutputDevice.py comment out the following lines: In MKSOutputDevice.py comment out the following: Wifi printing... woohoo! :) |
Cura 4.0 is launched and the MKS plugin doesn't work with it. It just disables itself and can't be used at all. Any update on this?
The text was updated successfully, but these errors were encountered: