Giter VIP home page Giter VIP logo

Comments (9)

smartavionics avatar smartavionics commented on August 16, 2024 2

Happy days, let's close this now, thanks.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on August 16, 2024 1

This should be fixed with the above commit. It would be appreciated if you could give it a go.

from cura-sidebarguiplugin.

smartavionics avatar smartavionics commented on August 16, 2024 1

Hi Aldo, I've just tried out your master branch and the interaction with RawMouse appears OK to me. The toggling between the prepare and preview stages and the temporary flip to FastView when moving/zooming the mouse works as expected. So, looking good. Thanks for the swift solution.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on August 16, 2024 1

I have submitted a version that includes the fix mentioned above to the Marketplace. It is awaiting approval now.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on August 16, 2024 1

It is my habit to keep the issue open until the fixed version is available in the Marketplace.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on August 16, 2024

Thanks for the issue. From a cursory look it should be fairly simple to support this. I'll look in to it next week.

from cura-sidebarguiplugin.

smartavionics avatar smartavionics commented on August 16, 2024

Thanks.

RawMouse also has the ability to toggle between the preview and prepare stages using a spacemouse button and the code snippet that does that is:

            elif self._button_work["toggleview"]:
                if self._controller.getActiveView().getPluginId() == "SimulationView":
                    self._controller.setActiveStage("PrepareStage")
                    self._controller.setActiveView("SolidView")
                else:
                    self._controller.setActiveStage("PreviewStage")
                    self._controller.setActiveView("SimulationView")

from cura-sidebarguiplugin.

discip avatar discip commented on August 16, 2024

@fieldOfView
Good afternoon Sir,
maybe I missed it, but when are you going to update your plugin?
thanks in advance
kind regards

from cura-sidebarguiplugin.

discip avatar discip commented on August 16, 2024

@fieldOfView

Thank you Sir! 😃

from cura-sidebarguiplugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.