Releases: odaki/Candle
Releases · odaki/Candle
v1.2.9.2b.2
Built with QT v5.15.13 on macOS Sequoia.
On macOS, support for opening G-Code from Finder with Candle
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
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
Built with QT v5.15.11 on macOS Ventura.
v1.2.9.1b.10
Built with QT v5.15.10_1 on macOS Ventura.
v1.2.9.1b.9
Built with QT v5.15.8_3
v1.2.9.1b.8
Built with Qt 5.15.7_1.
Command queue fix
Merge the fix.
Denvi@e4c48e6
v1.2.9.1b.6
Built with Qt 5.15.5.
".gcode" support
When selecting G-Code files, files with ".gcode" extension can also be selected.