-
Notifications
You must be signed in to change notification settings - Fork 2
The Scheme
What are we currently working on.
Have a working plotter with a pen being able to draw pictures.
Add a GUI for easy interaction for the user.
Reformat the code to allow for easier integration with new ideas.
Ideas for how the project can grow.
Currently it just uses a custom point-to-point plotting system.
G-code is a standard interface between programs and plotters.
It idea is to implement this standard into the program to allow for better integration with other programs.
Currently it moves a pen around to draw pictures. What stops us from putting an engraver on that?
Only one colour, I think not.
Kinda self-explanatory, it changes the colour of the pen to draw different colours.
Having a Rasberry Pi to process the file and control the plotter.
Having a camera take a picture, process that image, and draw it with the plotter.
Using the plotter to move a magnetic ball to draw patterns in sand.