Troubleshooting¶
Having issues with Rayforge? This section covers common problems and their solutions.
Quick Fixes¶
Before diving into specific issues, try these general troubleshooting steps:
- Restart Rayforge: Close and reopen the application
- Check connections: Ensure cables are firmly connected
- Power cycle: Turn your laser cutter off and on
- Update software: Check for the latest Rayforge version
- Check permissions: Verify you have the necessary hardware access permissions
Common Issues¶
Connection Problems¶
Can't connect to your laser cutter? See the Connection Issues guide.
Quick checklist:
- Device is powered on
- USB cable is connected (or network is accessible)
- Correct port/IP address is selected
- Baud rate matches device settings (usually 115200)
- User has permission to access serial ports (Linux)
Snap Package Permissions¶
Using the Snap version? You may need to grant hardware permissions. See Snap Permissions.
Performance Issues¶
Experiencing slow performance? Check the Performance guide.
Common causes:
- Large or complex files
- Insufficient system resources
- Too many operations or layers
- High-resolution raster images
Common Problems¶
See Common Problems for solutions to frequently reported issues including:
- G-code generation errors
- Interface glitches
- File import problems
- Unexpected behavior
Getting Help¶
If you can't find a solution here:
- Search existing issues: Check GitHub Issues to see if others have reported the same problem
- Report a new issue: If your problem is not listed, create a new issue with:
- Detailed description of the problem
- Steps to reproduce
- Your system information (OS, Rayforge version)
- Any error messages
- Screenshots if applicable
Diagnostic Information¶
When reporting issues, include this information:
System Information¶
- Operating System: (e.g., Ubuntu 24.04, Windows 11)
- Rayforge Version: Check Help → About
- Installation Method: (PPA, Snap, pip, Windows installer)
Machine Information¶
- Device Type: (GRBL, Smoothieware)
- Connection Method: (Serial, Network, Telnet)
- Firmware Version: Check Machine → GRBL Settings
Log Files¶
Rayforge logs can help diagnose issues:
- Linux:
~/.local/share/rayforge/logs/
- Windows:
%APPDATA%\rayforge\logs\
Include relevant log entries when reporting issues.
Issue Categories¶
- Connection Issues: Can't connect to your machine
- Snap Permissions: Permission problems with Snap package
- Performance: Slow operation or lag
- Common Problems: Frequently reported issues and solutions