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

X,Y,Z home button #364

Open MeKeCNC opened 3 months ago

MeKeCNC commented 3 months ago

Hello Terjeio, is it possible to add a home button for each axis x,y,z as shown in the picture below? image

phil-barrett commented 3 months ago

You can enable individual axis homing ($22) and then create macros for homing each axis. HomeX would have $HX in it, for example. image