Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_plater_thumbnail
This commit is contained in:
commit
2cb1edeba7
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);
|
load_print_as_fff(keep_z_range);
|
||||||
else if (tech == ptSLA)
|
else if (tech == ptSLA)
|
||||||
load_print_as_sla();
|
load_print_as_sla();
|
||||||
|
|
||||||
|
Layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preview::reload_print(bool keep_volumes)
|
void Preview::reload_print(bool keep_volumes)
|
||||||
|
|
Loading…
Reference in a new issue