Display bed shape in 3D plater
This commit is contained in:
parent
aa723db39b
commit
983cf09ee5
6 changed files with 135 additions and 70 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue