mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Follow-up of 9d4344a78c
-> ensure printbed always rendered as custom in gcode preview mode
This commit is contained in:
parent
54a4340631
commit
0348986bda
7 changed files with 33 additions and 30 deletions
|
@ -1490,7 +1490,7 @@ void MainFrame::set_mode(EMode mode)
|
|||
m_plater->select_view("iso");
|
||||
|
||||
// switch printbed
|
||||
m_plater->set_bed_shape({ { 0.0, 0.0 }, { 200.0, 0.0 }, { 200.0, 200.0 }, { 0.0, 200.0 } }, "", "");
|
||||
m_plater->set_bed_shape({ { 0.0, 0.0 }, { 200.0, 0.0 }, { 200.0, 200.0 }, { 0.0, 200.0 } }, "", "", true);
|
||||
|
||||
// switch menubar
|
||||
SetMenuBar(m_gcodeviewer_menubar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue