Skip to content
forked from plex3r/plotink

Common files for Inkscape extensions to drive EggBot, WaterColorBot, and similar plotter-type machines

License

Notifications You must be signed in to change notification settings

slatwood/plotink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

plotink

Helper routines for Inkscape extensions to drive EggBot, WaterColorBot, AxiDraw, and similar plotter-type machines.

These library files are intended to provide a single place to edit routines that are common to both the EggBot extensions for Inkscape, the WaterColorBot extensions for Inkscape, the AxiDraw extensions for Inkscape, and derivative machines. Hosting these in a single place means less duplication of code, and (more importantly) reduces the number of cases where identical code changes need to be made in multiple places.

The three files are:

  • ebb_serial.py - Routines for communicating with the EiBotBoard by USB serial (PySerial 2.7 + required).
  • ebb_motion.py - Common commands for interacting with the robot
  • plot_utils.py - Additional helper functions for managing the plot.

ebb_serial.py - has been modified to remove the check for an EBB board so that it will work with the emulated firmware EggDuino

https://github.com/plex3r/EggDuino

About

Common files for Inkscape extensions to drive EggBot, WaterColorBot, and similar plotter-type machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%