Geeetech3D/Smartto-Tool

Mac Version Bugs

MoeweX opened this issue · 7 comments

Hi, the Mac version misses the "Update from Local" button, as seen in the attached screenshot.

bildschirmfoto 2018-10-12 um 14 25 23

Furthermore, one can also not update from remote as the tool tries to write in a read-only directory:

bildschirmfoto 2018-10-12 um 14 27 22

Tested on macOS 10.13.6

@MoeweX It's a screen adaptation problem caused by Tkinter(Python GUI Library).
In 10.11.x, it looks well.
Is the maximizing window useful?

Hi @alexwoo1900 , no maximizing does not help. I would be happy if someone of @Geeetech3D could fix these bugs.

@MoeweX Tell me your display size, screen resolution(mbp?). I tried it in 10.13.3, it's fine.

Very weird, I have a 2012 MacBook Pro Retina, so the screen resolution is 2880 x 1800.

Can you maybe provide me with the original python files that are not packaged as a Mac application? Then, I could try to debug it myself.

I know its been a long time since, but I wanted to mention that I too had the issue (no "update from local" and remote failed due to read only) but when I ran it from /Applications instead of ~/Downloads the remote worked! Local button still isn't there. I was able to Show Package Contents and run the main.py file inside, but it failed on import and I need to focus on the printer right now. May pick this up later, depending on my availability.