terjeio / ioSender

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

Camera offset is not correct #307

Closed Anga42 closed 1 year ago

Anga42 commented 1 year ago

Hi, when I push the "move camera to spindle button" in the camera window, the distance is not the same like the one in the settings window. E.g. I set an cam X offset of -48.2 and Y of 44.6mm and the movment is about in X-80 and Y75mm...

Best regards!

terjeio commented 1 year ago

Seems like this could be due to the offset beeing applied twice (or more) after a soft reset. Try the latest edge version and report back.

Anga42 commented 1 year ago

With the ioSender Edge 2.0.43p6 it's working fine! Thanks a lot for the support!