mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
Scale gizmo interaction with mouse
This commit is contained in:
parent
52a7d7ed09
commit
6874949556
5 changed files with 263 additions and 94 deletions
|
@ -223,12 +223,8 @@ sub system_info {
|
|||
my $opengl_info_txt = '';
|
||||
if (defined($self->{mainframe}) && defined($self->{mainframe}->{plater}) &&
|
||||
defined($self->{mainframe}->{plater}->{canvas3D})) {
|
||||
#==============================================================================================================================
|
||||
$opengl_info = Slic3r::GUI::_3DScene::get_gl_info(1, 1);
|
||||
$opengl_info_txt = Slic3r::GUI::_3DScene::get_gl_info(0, 1);
|
||||
# $opengl_info = $self->{mainframe}->{plater}->{canvas3D}->opengl_info(format => 'html');
|
||||
# $opengl_info_txt = $self->{mainframe}->{plater}->{canvas3D}->opengl_info;
|
||||
#==============================================================================================================================
|
||||
}
|
||||
my $about = Slic3r::GUI::SystemInfo->new(
|
||||
parent => undef,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue