2nd attempt to fix opengl initialization on linux

This commit is contained in:
Enrico Turri 2018-06-04 13:52:57 +02:00
parent fa60917580
commit 548f773074
2 changed files with 72 additions and 44 deletions

View file

@ -252,7 +252,10 @@ sub reload_scene {
$self->{config}->wipe_tower_x, $self->{config}->wipe_tower_y, $self->{config}->wipe_tower_width,
#$self->{config}->wipe_tower_per_color_wipe# 15 * ($extruders_count - 1), # this is just a hack when the config parameter became obsolete
15 * ($extruders_count - 1),
$self->{model}->bounding_box->z_max, $self->{config}->wipe_tower_rotation_angle, $self->UseVBOs);
#==============================================================================================================================
$self->{model}->bounding_box->z_max, $self->{config}->wipe_tower_rotation_angle, Slic3r::GUI::_3DScene::use_VBOs());
# $self->{model}->bounding_box->z_max, $self->{config}->wipe_tower_rotation_angle, $self->UseVBOs);
#==============================================================================================================================
}
}