Skip to content

Code to draw stuff with nodejs and gcode on an eleksdraw pen plotter

Notifications You must be signed in to change notification settings

pwambach/pen-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pen plotter

Some code to create and send lines to a pen plotters using grbl. Note that everything here is a first draft and needs more structure and stavility.

The produced gcode commands are meant to work with my eleksdraw pen plotter. To use this with other plotters the code may need some adjustments.

Useful commands

connect directly from terminal:

npx serialport-term -p /dev/tty.wchusbserial1440 -b 115200 --echo

About

Code to draw stuff with nodejs and gcode on an eleksdraw pen plotter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published