Replies: 2 comments 2 replies
-
Out of the box I doubt it will work. But with some code modifications, it should absolutely work with 1 leg only. |
Beta Was this translation helpful? Give feedback.
-
megadesk/code/src/megadesk.cpp Lines 992 to 997 in e1840cc This is where megadesk sends the command (PID 18). Having 1 motor would not change anything as the motors are listening for this command. The only time the individual legs come into play is when they respond to the height query for their unique PID. megadesk/code/src/megadesk.cpp Lines 818 to 843 in e1840cc This is where we check the height of both motors, and subsequently use min/max values between the two to decide which is going to determine our actual height. You would want to only query, say, PID 8 and use that for the current height status. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to control the legs separately with this modification? I don't specifically want to use it as a table leg, and I would need it to be able to adjust the two legs completely independently. In addition, I would also like to know if it is possible to use it with only one leg connected?
Beta Was this translation helpful? Give feedback.
All reactions