You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I noticed there's no option for setting a default rotation for motors. While it's possible to manually adjust rotation by coding oppositely, it becomes cumbersome when hardware issues like incorrect soldering arise. In such cases, users are forced to either correct the soldering or adjust wiring, which isn't always feasible, especially in complex projects.
Describe the solution you'd like
Adding a feature to select the default rotation of the motor would simplify this process. This addition wouldn't interfere with existing complex logic, ensuring compatibility. For instance, in the case of soldering errors, users could easily rectify it by adding one or two blocks to set the motor's direction.
Describe alternatives you've considered
While writing a custom library is an option, it's redundant considering the existence of the "Motors" category. Implementing this feature within the existing framework would streamline the process and avoid confusion.
Additional context
Suggested Additional Blocks:
Motor {0}/{1}, default direction: {0}/{1}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I noticed there's no option for setting a default rotation for motors. While it's possible to manually adjust rotation by coding oppositely, it becomes cumbersome when hardware issues like incorrect soldering arise. In such cases, users are forced to either correct the soldering or adjust wiring, which isn't always feasible, especially in complex projects.
Describe the solution you'd like
Adding a feature to select the default rotation of the motor would simplify this process. This addition wouldn't interfere with existing complex logic, ensuring compatibility. For instance, in the case of soldering errors, users could easily rectify it by adding one or two blocks to set the motor's direction.
Describe alternatives you've considered
While writing a custom library is an option, it's redundant considering the existence of the "Motors" category. Implementing this feature within the existing framework would streamline the process and avoid confusion.
Additional context
Suggested Additional Blocks:
Motor {0}/{1}, default direction: {0}/{1}
The text was updated successfully, but these errors were encountered: