Skip to content

Commit

Permalink
Update pegasus_focuscube.cpp (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonny486 authored Apr 1, 2024
1 parent 933c3fa commit 56bb66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/focuser/pegasus_focuscube.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ bool PegasusFocusCube::initProperties()

// Backlash compensation
FocusBacklashN[0].min = 1; // 0 is off.
FocusBacklashN[0].max = 1000;
FocusBacklashN[0].max = 10000;
FocusBacklashN[0].value = 1;
FocusBacklashN[0].step = 1;

Expand Down

0 comments on commit 56bb66c

Please sign in to comment.