Removed method update_bed_size from 3D perl class
This commit is contained in:
@@ -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) = @_;
|
||||
|
||||
Reference in New Issue
Block a user