diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 11d1bb80c..11d8f1668 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -1697,6 +1697,8 @@ void GLCanvas3D::render() #endif // ENABLE_RAYCAST_PICKING_DEBUG } + ImGui::ShowDemoWindow(); + const bool is_looking_downward = camera.is_looking_downward(); // draw scene