brandonagr / gocupi

Polargraph (vertical plotter / drawing machine) written in Go
GNU Lesser General Public License v3.0
101 stars 26 forks source link

Alternative to spool / move that is keyboard based and updates settings position #14

Open brandonagr opened 9 years ago

brandonagr commented 9 years ago

gocupi spool with x,y endpoint in mm which also updates the current position. When using spool to day you loose the current position and need to run gocupi setup again. It would be nice if some sort of going to x,y would exist without loosing the current position.

Spawned from #11

brandonagr commented 9 years ago

The original idea for the spool command is to use it while initially setting up and winding thread onto the spools. A new goto X Y command sounds like a good idea