-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Float compare to 0.0 #49
Comments
fran6p
pushed a commit
to fran6p/Marlin
that referenced
this issue
Dec 27, 2020
tonokip
pushed a commit
to ultimachine/Marlin
that referenced
this issue
Jan 24, 2022
Resolve "LCD screen is unreadable sometimes SK289" Closes MarlinFirmware#49 See merge request lulzbot3d/marlin!28
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not a big issue, but while looking at motion_control.cpp, function mc_arc (line 48) is a test for float == 0.0.
Wouldn't millimeters_of_travel< some_very_small_number be more appropriate, where some_very_small_number could be close to the size of a single step?
The text was updated successfully, but these errors were encountered: