3DScene bed variables moved to c++
This commit is contained in:
parent
43784f3409
commit
2b4829a4b9
12 changed files with 425 additions and 167 deletions
|
@ -474,7 +474,10 @@ sub set_z_idx_high
|
|||
|
||||
sub set_bed_shape {
|
||||
my ($self, $bed_shape) = @_;
|
||||
$self->canvas->set_bed_shape($bed_shape);
|
||||
#==============================================================================================================================
|
||||
Slic3r::GUI::_3DScene::set_bed_shape($self->canvas, $bed_shape);
|
||||
# $self->canvas->set_bed_shape($bed_shape);
|
||||
#==============================================================================================================================
|
||||
}
|
||||
|
||||
sub set_number_extruders {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue