terjeio / ioSender

A GCode Sender for Grbl and grblHAL written in C# (Windows only).
BSD 3-Clause "New" or "Revised" License
207 stars 65 forks source link

Feature request: facing operation #287

Open nickshl opened 1 year ago

nickshl commented 1 year ago

Currently ioSender can generate code for turning and parting. No facing operation. It should be the same tab as turning, but g-code should do Pass depth steps on Z axis and move X axis from Current diameter to Target diameter.

terjeio commented 1 year ago

It is on my todo list - I've just got my lathe operational again so will be able to work on this, hopefully soon.

terjeio commented 1 year ago

Latest edge version has facing implemented, very lightly tested - feeback wanted. I want to add beveled/rounded edge as an option later on.