1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

GUI forms with SLA support parameters

This commit is contained in:
tamasmeszaros
2018-11-19 14:14:35 +01:00
16 changed files with 342 additions and 122 deletions
+2 -1
View File
@@ -3259,7 +3259,8 @@ bool GLCanvas3D::init(bool useVBOs, bool use_legacy_opengl)
if (m_gizmos.is_enabled()) {
if (! m_gizmos.init(*this)) {
return false;
std::cout << "Unable to initialize gizmos: please, check that all the required textures are available" << std::endl;
return false;
}
if (m_external_gizmo_widgets_parent != nullptr) {