mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Fixed 3D view of the Cut dialog.
This commit is contained in:
parent
40b75f6cee
commit
95b45da57c
2 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,7 @@ sub new {
|
|||
|
||||
# init GUI elements
|
||||
my $canvas = Slic3r::GUI::3DScene->new($self);
|
||||
$canvas->use_plain_shader(1);
|
||||
$self->canvas($canvas);
|
||||
my $slider_low = Wx::Slider->new(
|
||||
$self, -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue