Improved "ensure vertical wall thickness" feature for multi material:

If the "interface_shells" feature is disabled, the "ensure vertical wall thickness"
feature will not add full infill over internal shells.

Fixed some issues with delayed loading of 3d scenes.
This commit is contained in:
bubnikv 2017-06-01 16:31:29 +02:00
parent ee5ee5f432
commit 02592378e2
3 changed files with 140 additions and 53 deletions

View file

@ -298,7 +298,7 @@ sub set_number_extruders {
# Called by the Platter wxNotebook when this page is activated.
sub OnActivate {
my ($self) = @_;
$self->reload_scene(1) if ($self->{reload_delayed});
$self->reload_print(1) if ($self->{reload_delayed});
}
1;