jeffeb3 / sandify

web based user interface to create patterns that could be useful for robots that draw in sand with ball bearings.
MIT License
187 stars 34 forks source link

Direct gcode dump #49

Open billsey opened 6 years ago

billsey commented 6 years ago

It seems like a no-brainer, but I believe we should support having Sandify download directly to the Arduino via a USB, Wifi or Bluetooth connection. It should look to the ZenXY device as if something like Repetier-Host were connected and sending data. This would allow us to skip a bunch of steps in getting from the design of a pattern to the actual drawing of that pattern on the table.

jeffeb3 commented 6 years ago

Yes. This has been the intention from the beginning, when we were selecting a language. I think it would be trivial if the user ran sandify on their machine with node.js. I think it is possible though while still running the code client side, but hosted on github. Someone should figure this out :)