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

Incorrect variable in setter #369

Open cbaugher opened 3 months ago

cbaugher commented 3 months ago

https://github.com/terjeio/ioSender/blob/614115d80c1f6c792112371e94f73741558cc407/CNC%20Controls/CNC%20Controls/OverrideControl.xaml.cs#L104

This setter for GrblEncoderMode EncoderMode sets the MinusOnlyProperty.

I don't know how it actually affects the application but it certainly confuses the VS XAML designer. Lol!

terjeio commented 3 months ago

Oops, a copy paste error. I am using VS2015 since I have a professional license - and it does not complain about it... Will fix in next commit.