Skip to content

Commit

Permalink
Disable MC7000 jog acceleration by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 24, 2022
1 parent f7f6899 commit 2135068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Denon-MC7000-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ MC7000.jogParams = {
// (exponent: 0 and coefficient: 1 = no acceleration)
acceleration: {
// Toggles acceleration entirely.
enabled: true,
enabled: false,
// Acceleration function exponent
exponent: 0.8,
// Acceleration function scaling factor
Expand Down

0 comments on commit 2135068

Please sign in to comment.