mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
AppController reachable trough Plater.pm
This commit is contained in:
parent
85474e5803
commit
d3b19382fe
4 changed files with 16 additions and 6 deletions
|
@ -75,6 +75,8 @@ sub new {
|
|||
$appController->set_model($self->{plater}->{model});
|
||||
$appController->set_print($self->{plater}->{print});
|
||||
|
||||
$self->{plater}->{appController} = $appController;
|
||||
|
||||
$self->{loaded} = 1;
|
||||
|
||||
# initialize layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue