Humbly re-added the BedShapeDialog.pm. Even though we have a C++

implementation now, the Perl BedShapeDialog.pm is used by the wizard.
This commit is contained in:
bubnikv 2018-02-16 17:20:34 +01:00
parent 7436d58045
commit 8dd5fe83fc
2 changed files with 317 additions and 0 deletions

View file

@ -8,6 +8,7 @@ use FindBin;
use List::Util qw(first);
use Slic3r::GUI::2DBed;
use Slic3r::GUI::AboutDialog;
use Slic3r::GUI::BedShapeDialog;
use Slic3r::GUI::BonjourBrowser;
use Slic3r::GUI::ConfigWizard;
use Slic3r::GUI::Controller;