More incomplete work for using bed_shape in plater
This commit is contained in:
parent
f4e4640c73
commit
7a20c4d52a
4 changed files with 77 additions and 61 deletions
|
@ -146,6 +146,7 @@ sub duplicate {
|
|||
sub _arrange {
|
||||
my ($self, $sizes, $distance, $bb) = @_;
|
||||
|
||||
# we supply unscaled data to arrange()
|
||||
return Slic3r::Geometry::arrange(
|
||||
scalar(@$sizes), # number of parts
|
||||
max(map $_->x, @$sizes), # cell width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue