mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Show wireframe in MMU painter gizmo (#2808)
* Remove unused shader files * Port wireframe shader from BBS * Enable wireframe in MMU painter Co-Authored-By: zhou.xu <zhou.xu@bambulab.com> --------- Co-authored-by: zhou.xu <zhou.xu@bambulab.com>
This commit is contained in:
@@ -7742,7 +7742,7 @@ Plater::Plater(wxWindow *parent, MainFrame *main_frame)
|
||||
, p(new priv(this, main_frame))
|
||||
{
|
||||
// Initialization performed in the private c-tor
|
||||
enable_wireframe(false);
|
||||
enable_wireframe(true);
|
||||
}
|
||||
|
||||
bool Plater::Show(bool show)
|
||||
|
||||
Reference in New Issue
Block a user