Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.41 KB

LibLaserCut

Codacy Badge Codacy Badge Build Status

This is a library intended to provide suppport for Lasercutters on any platform.

It was created for VisiCut (http://visicut.org) but you are invited to use it for your own programs.

Currently it supports older Epilog Lasers (Zing/Mini/Helix), the SmoothieBoard (www.smoothieware.org), generic GCode, the LAOS board (www.laoslaser.org), K40, generic GRBL based boards, LTT iLaser 4000, generic HPGL plotters and some untested work-in-progress drivers like the Roland iModela and the Lasersaur.

A detailed list of tested devices can be found in the VisiCut wiki: https://github.com/t-oster/VisiCut/wiki/Supported-Hardware

If your Lasercutter is not supported, please contribute by implementing your driver as a subclass of the LaserCutter.java class.