mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 11:41:20 -06:00
Renamed PreviewCanvas to 3DScene
This commit is contained in:
parent
0a62d658d9
commit
fb08588007
7 changed files with 11 additions and 11 deletions
|
|
@ -86,7 +86,7 @@ sub new {
|
|||
# right pane with preview canvas
|
||||
my $canvas;
|
||||
if ($Slic3r::GUI::have_OpenGL) {
|
||||
$canvas = $self->{canvas} = Slic3r::GUI::PreviewCanvas->new($self);
|
||||
$canvas = $self->{canvas} = Slic3r::GUI::3DScene->new($self);
|
||||
$canvas->enable_cutting(1);
|
||||
$canvas->load_object($self->{model_object});
|
||||
$canvas->set_auto_bed_shape;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue