Removed DestroyGL method from 3DScene
This commit is contained in:
parent
e79037c44d
commit
8192580b5f
6 changed files with 90 additions and 46 deletions
|
@ -32,7 +32,9 @@ sub new {
|
|||
|
||||
$self->{objects} = $objects;
|
||||
$self->{model} = $model;
|
||||
$self->{print} = $print;
|
||||
#==============================================================================================================================
|
||||
# $self->{print} = $print;
|
||||
#==============================================================================================================================
|
||||
$self->{config} = $config;
|
||||
#==============================================================================================================================
|
||||
Slic3r::GUI::_3DScene::set_print($self, $print);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue