Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Oct 11, 2023
1 parent d543ed2 commit f78b3a5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions penplotting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ It uses a language called [g-code](https://en.wikipedia.org/wiki/G-code).
The spec of the gcode language is documented at <https://github.com/gnea/grbl/blob/master/doc/markdown/commands.md>


axidraw Python API: https://axidraw.com/doc/py_api/#introduction

axidraw user manual: https://wiki.evilmadscientist.com/AxiDraw_User_Guide
## Configuration

Identify the USB device that is automatically created when you plug in the USB cable.

Expand Down Expand Up @@ -61,6 +59,12 @@ G00 X0 Y0
* iDraw is not compatible with axidraw software. It does not use the [EBB (EiBotBoard) Command Set](https://evil-mad.github.io/EggBot/ebb.html). [axidraw user manual](https://wiki.evilmadscientist.com/AxiDraw_User_Guide) [inkscape and axidraw]( https://wiki.evilmadscientist.com/Axidraw_Software_Installation)
* One may do string art: <https://www.youtube.com/watch?v=ymWi15rvTvM>

### Vpype

Vpype works out-of-the-box to do two things:
- post-process and optimize SVG files, see doc
- generate Gcode with vpyope-gcode `vpype read input.svg gwrite --profile gcode output.gcode` [doc](https://pypi.org/project/vpype-gcode/)

## Links:

* general idraw:
Expand Down

0 comments on commit f78b3a5

Please sign in to comment.