Denvi / Candle

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

compiling via QT #540

Closed pad73 closed 2 years ago

pad73 commented 2 years ago

Not issue. I want to adjust UI a little. You made a lot of changes from version 1.1 to 1.2. I like 1.1 design but I need scripting as in 1.2. So I want to change 1.2 to looking similar to 1.1. Mainly remove some buttons from "main" panel (fluid, freeze ....). I have problem with compiling. 3D view is black completely. Do you use some special settings for compiling?

ondras12345 commented 2 years ago

3D view is black completely

Service > Settings > Set to defaults

You probably have the visualizer set to black lines on black background.

pad73 commented 2 years ago

Perfect help, thank you, works great. Now I can do what I need :)

pad73 commented 2 years ago

Finally I found last source code is version 1.2b, so some small differences from 1.1 version, but without scripting possibility. Does anybody knows where to take source for last version with scripting?

mar0x commented 2 years ago

@pad73 I believe 1.2 version is developed in 'Experimental' branch of main repository (see https://github.com/Denvi/Candle/tree/Experimental).