Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fogleman/xy
Various utilities for the Makeblock XY Plotter Robot Kit
https://github.com/fogleman/xy
Last synced: 25 days ago
JSON representation
Various utilities for the Makeblock XY Plotter Robot Kit
- Host: GitHub
- URL: https://github.com/fogleman/xy
- Owner: fogleman
- License: mit
- Created: 2015-12-25T00:29:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T21:17:49.000Z (over 8 years ago)
- Last Synced: 2024-04-17T05:17:05.980Z (8 months ago)
- Language: Python
- Size: 902 KB
- Stars: 69
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-plotters - xy - Utilities for the Makeblock XY Plotter Robot Kit. (Software / Plotter Control)
README
# `xy` Software for the Makeblock XY Plotter
## Installation
brew install py2cairo
pip install -r requirements.txtYou will probably need to set the `PORT` in device.py, as well as the `UP`
and `DOWN` pen positions:https://github.com/fogleman/xy/blob/master/xy/device.py
## Examples
Several examples are in the root of the repository.