prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.55k stars 1.9k forks source link

View Rotates Continuously When Moving Mouse Without Clicking and Dragging #9461

Open HarbingerOfYeet opened 1 year ago

HarbingerOfYeet commented 1 year ago

Description of the bug

When I open up the slicer software, the bed view will continuously rotate whenever I move my mouse across the screen. I am unable to click the icon that allows for adding a new object. When I right click on the bed, the bed stops rotating until I left click.

Project file & How to reproduce

  1. Open PrusaSlicer
  2. Move mouse around without clicking and dragging and bed will rotate
  3. Right click on bed to stop rotation
  4. Left click away and bed will continue rotating with mouse movement

Checklist of files included above

Version of PrusaSlicer

Version 2.5.0+linux-x64-GTK3

Operating system

Pop!_OS 22.04 LTS (a version of Ubuntu)

Printer model

Original Prusa i3

npike commented 1 year ago

I also experience this, but on PrusaSlicer-2.6.0-alpha3+linux-x64-GTK3-202302031527

kubispe1 commented 1 year ago

At the moment we did not experience the same issue. We can not reproduce it.

wookieesnacks commented 1 year ago

I am also experiencing in 2.6.0-alpha5+linux-x64-GTK3.

Ubuntu 20.04.6 LTS Gnome 3.36.8

My issue resolved on a system reboot.

RunningUtes commented 1 year ago

I am having the same issues. See screencast video. Version: 2.6.0-alpha6+linux-x64-GTK2 Build: PrusaSlicer-2.6.0-alpha6+linux-x64-GTK2-202303311518 Operating System: Unix System Architecture: 64 bit

vx-github commented 9 months ago

Experiencing the problem as described.

Version 2.6.1+linux-x64-GTK3 on Fedora

A reboot also resolved my problem.

vx-github commented 4 months ago

After a while the problem popups again.

PrusaSlicer-2.7.2+linux-x64-GTK3-202402291307.AppImage

jbehrends commented 1 month ago

PrusaSlicer-2.7.4+linux-x64-GTK3-202404050928.AppImage Fedora Linux 39 (Cinnamon) Lenovo Yoga 7i Laptop #####################

This happens to me randomly all the time with both my laptop's touch pad, and a Bluetooth mouse. This does not happen with any other application running on my system, just PrusaSlicer.

The only way I've been able to temporarily fix the issue to to unload/reload the "hid_multitouch" linux module using the following steps:

Open a Terminal Then run:

sudo rmmod hid_multitouch

Then wait about 5 seconds, and or attempt to move the mouse around.

Then run:

sudo modprobe hid_multitouch

After that the mouse in PrusaSlicer appears to work just fine for a while until it happens again..