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

Program limits not calculated for A-axis #388

Open simitli opened 5 days ago

simitli commented 5 days ago

Hello A-axis movement is correct but Program limits for A-axis min/max are 0.000 (for XYZ min/max are correct).

terjeio commented 1 day ago

I have to add this - the code for calculating bounding rectangles for axes other than XYZ is missing. I'll try to get it done in the next release.