This depends on your use case:
: Locate the downloaded ZIP file in your "Downloads" folder and extract all contents to a permanent folder on your hard drive (e.g., C:\CNC\Candle ).
: Real-time display of spindle speed, feed rate, and work/machine coordinates.
: Essential for PCB milling, this feature compensates for uneven work surfaces by probing the material. Expanded Compatibility : Version 1.1.7 is designed specifically for
: Visit the Official GitHub Releases to download the .zip file.
cargo build
| Issue | Solution | | :--- | :--- | | | The COM port is likely in use by another program (close other slicers/terminal apps) or drivers are missing. Check Device Manager. | | Jumbled Characters on Screen | Baud rate mismatch. Ensure Candle and GRBL are set to 115200 . | | Z-axis plunges into material | You are likely in "Absolute" coordinates mode. For homing/probing, ensure you understand G90 vs G91. | | Window is too large for screen | Open candle.ini in Notepad and manually edit the window size values. |