-
Notifications
You must be signed in to change notification settings - Fork 2
Known Bugs
chamnit edited this page Feb 1, 2012
·
7 revisions
This wiki is intended to provide information on known bugs. Please feel free to contribute more known bugs and their work arounds as they are discovered. When a bug is fixed, they will be removed from this list.
- Settings values are a little different from what was written:
- There is a bug somewhere in the EEPROM settings and floating point values don't convert exactly. The easiest fix is to add a few zeros to the end of the value to keep grbl from rounding too early. For example, you set to
$2=367.25
and the grbl settings dump shows$2=367.26
. To fix, type$2=367.2500
. - For v0.7d users, make sure you are using the most recent build version available. There was a floating point rounding bug that cause all floating point numbers to be printed as 5 greater than their stored value.