Merge branch 'updating' of https://github.com/prusa3d/slic3r into updating
This commit is contained in:
commit
dd10ccfcef
1 changed files with 2 additions and 0 deletions
|
@ -1152,6 +1152,8 @@ sub InitGL {
|
||||||
$self->volumes->finalize_geometry(1)
|
$self->volumes->finalize_geometry(1)
|
||||||
if ($^O eq 'linux' && $self->UseVBOs);
|
if ($^O eq 'linux' && $self->UseVBOs);
|
||||||
|
|
||||||
|
$self->zoom_to_bed;
|
||||||
|
|
||||||
glClearColor(0, 0, 0, 1);
|
glClearColor(0, 0, 0, 1);
|
||||||
glColor3f(1, 0, 0);
|
glColor3f(1, 0, 0);
|
||||||
glEnable(GL_DEPTH_TEST);
|
glEnable(GL_DEPTH_TEST);
|
||||||
|
|
Loading…
Add table
Reference in a new issue