Skip to content

Releases: smartavionics/RawMouse

1.2.2

07 Apr 09:58
Compare
Choose a tag to compare
  • Added support for OS3M mouse - suggested by @hotsgit who helped test the new code.
  • Avoid crashing when a profile doesn't define any buttons.
  • No longer switches to fast view if currently showing the x-ray view.
  • When toggling between prepare and preview screens, now remembers if preview is displaying the simulation view or the x-ray view.

1.2.1

04 May 05:52
Compare
Choose a tag to compare
  • Cura 5 compatibility tweaks.

1.2.0

08 Mar 14:56
Compare
Choose a tag to compare
  • centreobj now uses the centre of the combined bounding box of all objects if none are selected.

  • Added support for Python 3.10 (which is what Cura 5 will be using, I think!)

1.1.1

19 Sep 07:27
Compare
Choose a tag to compare

Added menu option to flip the axes (based on code contributed by @jedikalimero). Flip state is saved for future sessions.

Cura 4.9 beta compatible

20 Apr 09:25
Compare
Choose a tag to compare

Should now work with Cura 4.9 beta and later releases.

Auto-zoom centered object

12 Feb 09:18
Compare
Choose a tag to compare

The centreobj button function can now adjust the zoom so that the centered object mostly fills the screen.

Added more button functions

10 Feb 10:20
Compare
Choose a tag to compare

Added maxlayer, minlayer, colorscheme, cameramode and centreobj button functions and made centreobj the default for button 1.

See README.md for a (brief) description of these functions.

Added support for 64 bit ARM platforms

28 Dec 15:45
1f491d0
Compare
Choose a tag to compare

No functional change, just added support for 64 bit ARM.

BTW, I'm not producing a separate RawMouse.zip anymore because you can just download the zip or tar.gz file and unpack in your plugins directory.

Note that RawMouse will not work on MacOS Big Sur with the 3dconnexion driver installed/active.

Add layer slider control + misc tweaks.

16 May 09:51
Compare
Choose a tag to compare

Add support for libspnav on Linux and MacOS

06 Apr 17:03
Compare
Choose a tag to compare

On Linux and MacOS, libspnav provides access to spacemice including legacy serial (not USB) devices. This release allows RawMouse to use those devices instead of a HID device.