Duet3D / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
945 stars 535 forks source link

Very large floating point number causes StuckInSpinLoop reset #936

Closed dc42 closed 11 months ago

dc42 commented 11 months ago

Each of the following commands causes RRF to reset:

echo 99E9999999999999999999999 var testVar1 = 99E9999999999999999999999

dc42 commented 11 months ago

Fixed in RRFLibraries and tested