Fixed conflicts after merge with master
This commit is contained in:
commit
21e6dccc12
14 changed files with 158 additions and 53 deletions
src/slic3r/GUI
|
@ -997,6 +997,11 @@ void Preview::load_print_as_fff(bool keep_z_range)
|
|||
Refresh();
|
||||
zs = m_canvas->get_volumes_print_zs(true);
|
||||
}
|
||||
else {
|
||||
m_left_sizer->Hide(m_bottom_toolbar_panel);
|
||||
m_left_sizer->Layout();
|
||||
Refresh();
|
||||
}
|
||||
|
||||
if (!zs.empty() && !m_keep_current_preview_type) {
|
||||
unsigned int number_extruders = wxGetApp().is_editor() ?
|
||||
|
@ -1071,7 +1076,6 @@ void Preview::load_print_as_sla()
|
|||
if (IsShown()) {
|
||||
m_canvas->load_sla_preview();
|
||||
m_left_sizer->Hide(m_bottom_toolbar_panel);
|
||||
m_left_sizer->Hide(m_bottom_toolbar_panel);
|
||||
m_left_sizer->Layout();
|
||||
Refresh();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue