Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.2k stars 2.08k forks source link

Cura 4.0 stuck window #5443

Open captNtinker opened 5 years ago

captNtinker commented 5 years ago

![Uploading image.png…]() Project screen loads off my screen, it's anchored to the Right side and will not move ... I can't drag it and when maximized does not let me select the menu items (they son't pull down) program is useless in this manner :(

fieldOfView commented 5 years ago

Your screenshot did not get through. Could you try again? Note that you have to visit this issue to add images (https://github.com/Ultimaker/Cura/issues/5443), attaching them through email won't work.

fieldOfView commented 5 years ago

I guess you meant this image:

captNtinker commented 5 years ago

Yes, that’s the image!

Sent from my iPhone

On Mar 18, 2019, at 4:01 AM, Aldo Hoeben notifications@github.com wrote:

I guess you meant this image:

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

fieldOfView commented 5 years ago

Please continue the discussion here, not in the other issue.

I am afraid your issue is a sideeffect of your screen-resolution; since the redesign the minimum vertical screensize supported seems to be 800 pixels (eg 1280 x 800).

Ghostkeeper commented 5 years ago

Yeah. I don't think we'll reduce the minimum screen size any further than what it is in the 2nd beta.

There is a workaround though. First close Cura. Then open the file C:\Users\<username>\AppData\Roaming\cura\4.0\cura.cfg with a text editor and change the following preferences:

window_left = 0
window_top = 0

Setting them both to 0 should cause the window to be aligned to the top left of your screen, causing more of the Cura window to be visible.