-
-
Notifications
You must be signed in to change notification settings - Fork 933
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
add anti gravity tooltip and fix scaling #3032
Conversation
This comment has been minimized.
This comment has been minimized.
AUTOMERGE: (FAIL)
|
Thanks, @haslinghuis, that's great! |
182fc69
to
c61a9b1
Compare
Fixed. |
f0d7838
to
c663c03
Compare
This comment has been minimized.
This comment has been minimized.
src/js/tabs/pid_tuning.js
Outdated
|
||
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_45)) { | ||
antiGravityGain.attr({ "min": "1", "max": "250", "step": "1" }); | ||
antiGravityGain.attr({ "min": "0.1", "max": "25.0", "step": "0.1" }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How this steping value afects to 10.8.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch (stepping was the same, but not max).
f86bbfd
c663c03
to
f86bbfd
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Do you want to test this code? Here you have an automated build: |
Rebased and fixed requested change. |
As requested by @ctzsnooze