3DScene bed variables moved to c++

This commit is contained in:
Enrico Turri 2018-05-15 15:38:25 +02:00
parent 43784f3409
commit 2b4829a4b9
12 changed files with 425 additions and 167 deletions

View file

@ -255,7 +255,10 @@ sub reload_scene {
sub update_bed_size {
my ($self) = @_;
$self->set_bed_shape($self->{config}->bed_shape);
#==============================================================================================================================
Slic3r::GUI::_3DScene::set_bed_shape($self, $self->{config}->bed_shape);
# $self->set_bed_shape($self->{config}->bed_shape);
#==============================================================================================================================
}
# Called by the Platter wxNotebook when this page is activated.