Display bed shape in 3D plater

This commit is contained in:
Alessandro Ranellucci 2014-07-15 21:58:03 +02:00
parent aa723db39b
commit 983cf09ee5
6 changed files with 135 additions and 70 deletions

View file

@ -36,6 +36,7 @@ sub update {
return if $self->{model}->objects_count == 0;
$self->set_bounding_box($self->{model}->bounding_box);
$self->set_bed_shape($self->{config}->bed_shape);
foreach my $model_object (@{$self->{model}->objects}) {
$self->load_object($model_object, 1);