Clon1998 / mobileraker

A Flutter mobile app for Klipper/Moonraker
Other
479 stars 52 forks source link

XYZ position boxes able to click and move #390

Open wikolii opened 2 months ago

wikolii commented 2 months ago

Feature Request

Problem Description

I'd love to be able to click de XYZ position boxex, enter a number for each and have the tool head move to said position. This can be done in mainsail UI for example

Proposed Solution

Get the same functions as mainsail , is that possible?

Alternatives Considered

No alternatives given.

Additional Context

Mobileraker: image

Mainsail: image

Thanks!


Checklist To help us understand your feature request, please ensure you've covered the following points:

Your input is valuable in shaping the development of our project. Thank you for taking the time to submit your feature request!

Clon1998 commented 2 months ago

That's a good idea. I'll build a Proof of concept to see if this feature gets annoying or not within the app.

Currently I am thinking about just opening a dialog that allows a user to enter the respective coordinate. Using text inputs like mainsail might break the current UI.

Let me know if you have another suggestion.