PrusaSlicer icon indicating copy to clipboard operation
PrusaSlicer copied to clipboard

View Rotates Continuously When Moving Mouse Without Clicking and Dragging

Open HarbingerOfYeet opened this issue 3 years ago • 2 comments

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

  • [ ] Project file
  • [ ] Screenshot

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

HarbingerOfYeet avatar Jan 31 '23 20:01 HarbingerOfYeet

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

npike avatar Feb 10 '23 03:02 npike

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

kubispe1 avatar Feb 17 '23 13:02 kubispe1

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.

wookieesnacks avatar Mar 20 '23 15:03 wookieesnacks

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

RunningUtes avatar Apr 27 '23 04:04 RunningUtes

Experiencing the problem as described.

Version 2.6.1+linux-x64-GTK3 on Fedora

A reboot also resolved my problem.

vx-github avatar Oct 08 '23 12:10 vx-github

After a while the problem popups again.

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

vx-github avatar Mar 27 '24 08:03 vx-github

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..

jbehrends avatar Jun 12 '24 22:06 jbehrends