techninja / cncserver

A RESTful API server for driving serial based CNC devices
133 stars 39 forks source link

Add option to reverse direction of motors #13

Closed oskay closed 11 years ago

oskay commented 11 years ago

Stuff happens. People sometimes get the motor wiring direction wrong. Not wrong enough that the motors don't work, only wrong enough that they move the wrong direction. In such cases, it is helpful to have an option to: [ ] Reverse direction of motor 1 [ ] Reverse direction of motor 2

techninja commented 11 years ago

This would have to be part of server config. Before we get a server UI, this will probably have to live in a config file. Any thoughts on ways to make that less nasty for users? or should a server UI be a higher priority?

techninja commented 11 years ago

Server config has been moved to #21, this will get a quick fix.