gerritv / Grbl-Panel

A control panel for Grbl
MIT License
180 stars 102 forks source link

Feature Request - Lathe configuration #102

Open MeJasonT opened 7 years ago

MeJasonT commented 7 years ago

Hi Gerrit,

I have a seed burning a hole in my tiny mind. I keep looking at my lathe and pondering as to weather it would be worth automating it as well. Grbl-Panel is designed around the axis of a milling table, plasma table, laser cutter etc. as far as i can see the Y axis would become obsolete for 2 axis turning but could be used for indexing or cutting designs into a tube.
If i were to use a 4th axis on my plasma table and swap the Y axis wiring and control to the A Axis motor then i can see amazing possibilities for producing cylindrical designs and cutting notches for pipe welding etc. I think grbl-panel would/will require new settings (for a different machine) perhaps it wont care as the settings are based on the grbl controller and not the GUI.

perhaps the GUI could have two or more machines associated with it and upload settings to the grbl board on startup or on selection.

I would be interested in your feedback.

Ps. Im already using two laptops for my Miller and plasma table + a defunct mac for my 3d printer.

gerritv commented 7 years ago

I have similar aspirations and am doodling up a rewrite in C3 that is less messy. Present code is a result of good design start subsequently messed up by blending GUI and implementation details in same module :-(

I will make a start on coding soon as the ARM version of Grbl is coming soon. I was thinking of coding using Xamarin to add Android at least but will instead just focus on separation of layers for now. The above should result in a more flexible GUI support as the layout changes for lathe vs mill etc are mostly cosmetic.

I only have so many hours in the day and learning a whole new technology whilst also progressing with my hobbies is too much.

Are you on Win7 or 8 or 10?

MeJasonT commented 7 years ago

I'm still using the only reliable operating software Microsoft ever wrote ish. good old Win 7

MeJasonT commented 7 years ago

My 18" desktop screen is not a touch screen so the tiles in windows 8 designed for use on mobile devices is a waste of time and i have heard of many users not satisfied with 10 either. i'm sure the amount of updates that have been sent out over the last month MS must have rebuilt my OS by stealth by now.

gerritv commented 7 years ago

I really prefer Win 10 now but 7 was great. Of course I enjoyed 3.1 as well :-)

The reason for asking is because there was another discussion about using Xamarin and XAML to re-use the code for Android as well. I think I wil focus on WPF/XAML/C# so I can cover Windows 7 as well.

MeJasonT commented 7 years ago

On behalf of us dinosaurs, thanks.

On 25 March 2017 at 13:32, Gerrit Visser notifications@github.com wrote:

I really prefer Win 10 now but 7 was great. Of course I enjoyed 3.1 as well :-)

The reason for asking is because there was another discussion about using Xamarin and XAML to re-use the code for Android as well. I think I wil focus on WPF/XAML/C# so I can cover Windows 7 as well.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gerritv/Grbl-Panel/issues/102#issuecomment-289211878, or mute the thread https://github.com/notifications/unsubscribe-auth/AUp1fOfZ53k0jm6SlwhzJ7GVkDzlNKSAks5rpReAgaJpZM4Mmv1z .

-- JT Marine Services Westgarth Cottage Hayton Brampton Cumbria CA8 9HL

Telephone 01228 670430

richardanmmol commented 7 years ago

Do you have source for Android?

gerritv commented 7 years ago

I have not even started on the XAML GUI let alone figure out Xamarin to see if it is feasible. It could be a while before I have time to get to a rewrite. Not sure when I can motivate myself for a few months of evenings.

tklus commented 7 years ago

I am also interested in using GRBL for lathe, I just picked up a manual lathe and considering converting it :)

Thanks your hard work :)