Removed method update_bed_size from 3D perl class

This commit is contained in:
Enrico Turri 2018-06-06 15:17:10 +02:00
parent 66b4620d9b
commit f6ef28becc
3 changed files with 21 additions and 14 deletions

View file

@ -546,13 +546,12 @@ sub set_z_idx_high
}
}
sub set_bed_shape {
my ($self, $bed_shape) = @_;
#==============================================================================================================================
Slic3r::GUI::_3DScene::set_bed_shape($self->canvas, $bed_shape);
#sub set_bed_shape {
# my ($self, $bed_shape) = @_;
# $self->canvas->set_bed_shape($bed_shape);
#}
#==============================================================================================================================
}
sub set_number_extruders {
my ($self, $number_extruders) = @_;