Update bed shape in 3D preview as well

This commit is contained in:
Alessandro Ranellucci 2015-01-25 00:29:51 +01:00
parent a5c0ffe963
commit 38d8b1d268
2 changed files with 2 additions and 1 deletions

View file

@ -66,7 +66,6 @@ sub new {
$sizer->SetSizeHints($self);
# init canvas
$canvas->set_bed_shape($print->config->bed_shape);
$self->print($print);
$self->reload_print;