Fixed update of 3D preview layout after changing printer after slicing
This commit is contained in:
parent
52538b93c2
commit
b3f53c96c7
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,8 @@ void Preview::load_print(bool keep_z_range)
|
|||
load_print_as_fff(keep_z_range);
|
||||
else if (tech == ptSLA)
|
||||
load_print_as_sla();
|
||||
|
||||
Layout();
|
||||
}
|
||||
|
||||
void Preview::reload_print(bool keep_volumes)
|
||||
|
|
Loading…
Add table
Reference in a new issue