mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Renamed Dashboard to Plater (with Kliment's permission ;))
This commit is contained in:
parent
dde71418d4
commit
39f0c2f822
4 changed files with 6 additions and 6 deletions
|
@ -113,7 +113,7 @@ sub new {
|
|||
$make_tab->([qw(extrusion)], [qw(output)]),
|
||||
);
|
||||
|
||||
$tabpanel->AddPage(Slic3r::GUI::Dashboard->new($tabpanel), "Dashboard");
|
||||
$tabpanel->AddPage(Slic3r::GUI::Plater->new($tabpanel), "Plater");
|
||||
$tabpanel->AddPage($tabs[0], "Print Settings");
|
||||
$tabpanel->AddPage($tabs[1], "Cooling");
|
||||
$tabpanel->AddPage($tabs[2], "Printer and Filament");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue