TheAssassin
TheAssassin
The Ruida driver always sends the Air Assist enable command at the moment. While this is probably fine for the majority of all use cases, I'd like to make it...
When using `get("focus");` in a LaserScript file, an empty string (or some other broken value) is returned. Only when you `set("focus", ...)` before, a value will be returned. I want...
I'm not an expert on image processing, but the current list seems a bit limited. When looking, e.g., at the vendor-provided Epilog Zing printer driver, it supports Jarvis and Stucki...
Many laser scripts used by the various labs or in VisiCut's examples contain similar if not the same code all over again. For instance, drawing figures or characters inspired by...
The OMTech Polar provides an electronic focus by moving the lens up an down as a separate axis. This is not supported currently with VisiCut, as the axis cannot be...
I tried to build an Armbian image. As suggested by the `variants` directory, this is officially supported. Issues I noticed: * When picking a Debian image, there's dependencies missing which...
While creating #8, I fixed some of the variable occurrences with improper escaping. The scripts should be revised, and the variables should be escaped appropriately. This is probably quite some...
Not entirely sure how to implement this, but I'd love to have some functionality to share videos from other applications to a device running Kodi from apps like NewPipe or...
This occurred on a Prusa MK3S with the latest firmware 3.13.2. When the printer pauses before a layer due to a filament change, the plugin's messages apparently queue up. When...
The gtk plugin has some dependencies which we should bundle, most notably patchelf and pkgconf. This way, we don't need to have users install random versions of the tools (mostly...