Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.37k stars 548 forks source link

How to get candle or grblcontrol installed in raspberrypi #77

Closed jvarl closed 5 years ago

jvarl commented 7 years ago

Hi, in previous post (see #55) I was trying grblcontrol over different pc's. Also I tried to install this friendly program on my raspberry pi without success (see #72).

This time I announce that finally my efforts were crowned with success. I have installed grblcontrol and Candle in my raspi-3b raspbian on two different images, one in the traditional Jessie (2016-05-27-raspbian-jessie.zip image) and another in the new jessie PIXEL. In both cases I used micros-sd memory of 16GB Class 10.

I want to provide information about steps I walked for people interested in getting it and do not know how to achieve it:

Pay attention for changes to introduce in files there mentioned. Use “copy-paste” for text on the post and edit every line in your preferred text editor previously to paste it in the terminal command line to be executed. Pay attention using “sudo” were needed and change use permissions for private files.

If you intend compile Candle in qt-creator you must fix two present errors in the source code gave at present as .zip file:

#include <QGLFormat>
#define GL_PROGRAM_POINT_SIZE 100

If it were of interest to get a raspbian image with qt5.7.1 libraries installed and grblcontrol and Candle, please give me to know and I will introduce a link to download (dropbox or google drive). Best regards. JVARL

my-package-list.zip

ddllpp commented 1 week ago

Has anyone had success installing this on a Raspberry Pi 5? I've tried the pre-built installs and also building from source following the wiki pictorials. The release does run using './Candle2', but the visualizer panel is empty and you see the desktop behind the window through it. I've used the mesa override to get other software to run on the pi5 so I tried: 'sudo MESA_GL_VERSION_OVERRIDE=3.3 ./Candle2' It runs, and now the visualizer is black, but you don't see any USC icon or anything, unlike the post above. Nothing but black when loading a project or changing the colours in settings. Any thoughts? Thanks very much.

mar0x commented 1 week ago

@ddllpp Have a look at the forked v1.1.9 release with 64-bit Candle-1.1.9-RPi-aarch64.AppImage and 32-bit Candle-1.1.9-RPi-armhf.AppImage.