Denvi / Candle

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

1.2.14b source code #573

Open vvv1954 opened 1 year ago

vvv1954 commented 1 year ago

Could you upload please source code of 1.2.14b version?

Thanks in advance.

ondras12345 commented 1 year ago

Check out the Experimental branch. https://github.com/Denvi/Candle/tree/Experimental

However, the beta releases aren't tagged, so it's hard to guess which commits correspond to them.

vvv1954 commented 1 year ago

Thanks. User Commands disappeared?

ondras12345 commented 1 year ago

I believe they are available as a built-in plugin.

XRay3D commented 1 year ago

I added the assembly through CMakeLists, it build faster and easier. QMake is dying. https://github.com/XRay3D/Candle/tree/Experimental Denis does not really want to update the Qt version for some reason.

Perlovka commented 1 year ago

@XRay3D good try, but now it depends on some third-party tool (cqtdeployer) to compile.

XRay3D commented 1 year ago

cqtdeployer

cqtdeployer collect libraries into the programs folder, translations and Qt resources itself. You can not use it, but then all this stuff is need transferred manually.