Duffmann

Results 3 issues of Duffmann

Issue: Killed my CNC probe tip when starting the plug-In. While totally my own fault I suggest to add some level of protection to the code since it works with...

**Issue**: Some combinations of input parameters can result in `NaN` for X/Y travel coordinates during probing **Root Cause**: Division-by-Zero may occur in this [code segment](https://github.com/kreso-t/cncjs-kt-ext/blob/9a1015a5c52df57b323e326a326f9b6392824bc3/autolevel.js#L260): ``` let dx = (xmax...

Issue Any Ardunio sketch for STM32 CPUs/Boards that tries to #include `` fails to compile/build. Reason actuator.h defines the enum "ControlTableItemIndex" which uses the keyword "LED_GREEN". For Arduino boards using...

enhancement