Skip to content

Releases: odaki/Candle

v1.2.9.2b.2

06 Oct 11:02
Compare
Choose a tag to compare

Built with QT v5.15.13 on macOS Sequoia.

On macOS, support for opening G-Code from Finder with Candle

08 Jan 14:10
Compare
Choose a tag to compare

In macos, when opening an application by specifying a file, the file name is passed as an event, not as argv.
Therefore, I implemented a macos-specific file open process.
Since this is a feature enhancement, I have raised the revision.

v1.2.9.1b.12

05 Jan 06:01
Compare
Choose a tag to compare

Built with QT v5.15.12 on macOS Ventura.

Change:
I used to use GLES mode to avoid a bug in Qt that does not allow fps control, but the bug seems to have been fixed, so I changed to not use GLES mode.

v1.2.9.1b.11

17 Dec 03:01
Compare
Choose a tag to compare

Built with QT v5.15.11 on macOS Ventura.

v1.2.9.1b.10

18 Sep 08:06
Compare
Choose a tag to compare

Built with QT v5.15.10_1 on macOS Ventura.

v1.2.9.1b.9

28 Apr 02:47
Compare
Choose a tag to compare

Built with QT v5.15.8_3

v1.2.9.1b.8

31 Dec 08:55
Compare
Choose a tag to compare

Built with Qt 5.15.7_1.

Command queue fix

21 Jun 13:03
Compare
Choose a tag to compare

v1.2.9.1b.6

21 Jun 12:05
Compare
Choose a tag to compare

Built with Qt 5.15.5.

".gcode" support

18 Apr 11:29
Compare
Choose a tag to compare

When selecting G-Code files, files with ".gcode" extension can also be selected.