Perl version of preview removed from Slic3r
This commit is contained in:
parent
abdaaf6ede
commit
9daae9413a
2 changed files with 33 additions and 41 deletions
|
@ -42,7 +42,7 @@ Preview::Preview(wxNotebook* notebook, DynamicPrintConfig* config, Print* print,
|
|||
{
|
||||
if (init(notebook, config, print, gcode_preview_data))
|
||||
{
|
||||
notebook->AddPage(this, _(L("_Preview_")));
|
||||
notebook->AddPage(this, _(L("Preview")));
|
||||
show_hide_ui_elements("none");
|
||||
load_print();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue