Rhoban / Plater

3D-printer parts placer and plate generator
Other
277 stars 40 forks source link

not possible to place parts that exceed the bed size diagonally. #19

Closed herexx6349 closed 4 years ago

herexx6349 commented 4 years ago

Hi, i wanted to place legolini (https://legolini.com/files/Legolini_STL.7z) parts on a 300mm bed, which unfortunately does not work although the long parts would fit diagonally.

`$ size=300 && ~/Plater-master/plater/build/plater -v -W $size -H $size -j 0.5 -s 0.5 -d 0.5 -r 45 -S -R 1 -t 8 -o "packed${size}plate%01d" plater.conf 
* Reading from plater.conf
- Loading combined_german_magazine_part1+2.stl (quantity 1, orientation bottom)...
! Can't process: Part combined_german_magazine_part1+2.stl is too big for the plate`
Gregwar commented 4 years ago

Hello, I fixed that on master Now if only some orientation can work for a part, they will be kept and only those ones will be tried

Can you tell me if it works for you?

herexx6349 commented 4 years ago

Works great for me, thanks!