Projector for DLP

This commit is contained in:
Alessandro Ranellucci 2015-11-15 21:08:14 +01:00
parent 80620a5e94
commit 6bfa2cfaec
7 changed files with 636 additions and 7 deletions

View file

@ -26,6 +26,7 @@ use Slic3r::GUI::Plater::ObjectSettingsDialog;
use Slic3r::GUI::Plater::OverrideSettingsPanel;
use Slic3r::GUI::Preferences;
use Slic3r::GUI::ProgressStatusBar;
use Slic3r::GUI::Projector;
use Slic3r::GUI::OptionsGroup;
use Slic3r::GUI::OptionsGroup::Field;
use Slic3r::GUI::SimpleTab;
@ -77,6 +78,8 @@ our $grey = Wx::Colour->new(200,200,200);
our $VERSION_CHECK_EVENT : shared = Wx::NewEventType;
our $DLP_projection_screen;
sub OnInit {
my ($self) = @_;