Bottles and laser engraver suport

Hi guys

I have a notebook that I want to reinstall Zorin OS, but I need to make the laser engraver to work properly.

I could use Lightburn for Linux, but it's too expensive for me. So, I need to install Laser GRBL with bottles, it uses the USB port, on the software, it asks to connect thru the COM10 port, but I get an error everytime.

Found some walkthrough on Google, but none of them I managed to get working.

Do you guys need some specific information to make this to work out?

Thanks!

The Error Message would be good to know.

"To set up LaserGRBL in Wine via USB with the port configured to COM10, first ensure Wine is installed with 32-bit support and necessary components like gdiplus and Wine Mono are available. Add your user to the dialout group to access USB serial devices, then log out and back in to apply the change. Use the command wine regedit to open the Wine registry, navigate to HKEY_LOCAL_MACHINE\Software\Wine\Ports , and create a new string value named com10 with the value set to the path of your USB device, such as /dev/ttyUSB0 or /dev/ttyACM0 . Next, create a symbolic link from the physical device to the Wine virtual port using ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com10 or the appropriate device path. After setting up the registry and symbolic link, install LaserGRBL using the Windows installer via Wine, and launch it with wine "C:Program Files (x86)/LaserGRBL/LaserGRBL.exe" to verify it can connect. If issues persist, ensure the .NET 4.0 framework is installed via winetricks dotnet40 and that the device permissions are correctly configured in udev rules if needed.

AI-generated answer. Please verify critical facts."

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.