Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

cogat/plotter

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities to preprocess and plot SVG/GCode files.

Process
=======

* Create SVG, e.g. using Processing
* run `./optimize-svg.py input.svg -m 1` to optimize the pen path
* run `./svg2gcode.py input-optimized.svg` to make Gcode.
* run `caffeinate` if needed to prevent OS X machine from sleeping.

Upload the Gcode to CNCJS and plot.

Setup
=====

Set up and activate a venv, then:
```
brew install spatialindex
pip install -r requirements.txt
```

Files
=====

optimize-svg.py
---------------
Use greedy optimisation to reduce the travel path for the plotter.

e.g.:

```
./optimize-svg.py input.svg -m 1 -v opt-vis.svg
````

Adapted from penkit-optimize which is installed via pip.

svg2gcode.py
------------
Convert SVG to GCode. Scales and centres svg to plotter surface.

Adapted from https://github.com/davepwsmith/svg2gcode.git to suit plotter rather than
3D printer.

TODO:
=====
* print command in gcode comment
* optimise_svg: bring across width, height and transformations from the source SVG
* output gcode for right orientation on rotated plotter
* allow rotate/scale/offset to go off the edge of the plot area 

Plotter-land
------------
* how to centre plot area on page?
* Get more track and belt for whole of A3 x A3 coverage
* Get M5+M6 tap-and-die for redoing pen hole
* How to add pen tilt to eleksmaker?

About

Utils for plotting (mostly with an Eleksdraw)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.