LibLaserCut icon indicating copy to clipboard operation
LibLaserCut copied to clipboard

a platform independant library to control Lasercutters. This is the base library for VisiCut

Results 42 LibLaserCut issues
Sort by recently updated
recently updated
newest added

Initial PR - can write to File - can write to USB Known bugs - cannot write to Network Fixes #105

Most important bugs: - The `currentFocus` variable was not reset correctly, so sending the same job twice did sometimes not have the same content. - `applyStartPoint()` was not called when...

Modifies the GenericGcodeDriver to permit character counting. * `sendLine()` is broken into `formatLine()`, `sendData()` and `waitForOK()`. * The formatLine() code merely formats the line in the way it was formatted...

There is an experimental (?) driver for Ruida Thunderlaser devices developed in FabLab Nürnberg: https://github.com/fablabnbg/liblasercut/tree/ruida https://github.com/kkaempf/LibLaserCut/tree/ruida (Older version: https://github.com/t-oster/LibLaserCut/pull/134 ) I [contacted](https://github.com/fablabnbg/VisiCut/issues/41) them (again) about merging it.

new-lasercutter

Okey I give up looking. I spend about 90 minutes going through the code and finally I see this section in GenericGcodeDriver.java:1271 after reading all visicut.managers. ``` /** * Adjust...

### Discussed in https://github.com/t-oster/VisiCut/discussions/605 Originally posted by **papapingouin-be** April 21, 2021 Hello, I use visicut with my K40 lasercutter on a raspberry pi3b from 1year and all is ok but...

needs-info
bug

## Motivation Some Lasercutters, like those using the [Ruida controllers](https://www.cloudraylaser.com/collections/ruida-controller), have the ability to preview the laser path in a small color display. Since VisiCut maps SVG colors to laser...

feature request

Trying to send to a Wainlux K6 on COM3. I’ve not been able to send a simple pattern the the engraver; it errors out with the above message. I was...

needs-info
bug

I was able to use the Helix driver for vector cuts on a Legend 32EX, but not for raster engraving, the X position seemed to shift with each line. From...

new-lasercutter