Skip to content

built1n/rastercarve-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RasterCarve-Preview

This program generates SVG previews of engraving G-code toolpaths. It was designed for use with rastercarve, but should be applicable with any such toolpath.

It uses Dillon Huff's excellent G-code parser, gpr.

Requirements

  • git
  • cmake
  • C++11 compiler (any recent GCC or clang will do)

Installation

Compile with:

$ git clone --recursive https://github.com/built1n/rastercarve-preview
$ cd rastercarve-preview
$ mkdir build
$ cd build
$ cmake ..
$ make

If you don't use git clone --recursive, you have to manually setup the submodules with:

$ git submodule update --init --recursive

Usage

TODO

License

GPLv2

About

Generate SVG previews of G-code engraving toolpaths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published