-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notify the user if the objects do not fit on the platter when clicking 'Arrange' #46
Comments
The button does not do anything if the objects do not fit on the platter. |
Ah, ok, sorry, it would be very helpful if it would say 'these objects cannot be arranged as they do not fit on the platter' or something similar. Feel free to close this issue (and pretty please make a message pop up for when objects don't fit). Thanks |
I have the same problem. |
The current auto placement code is pretty dumb and it is non-trivial to do
an optimal packing of the objects on the print bed.
You are guys right that Slic3r should display some error message, if the
auto placement fails.
…On Wed, Nov 30, 2016 at 9:46 AM, dvoelkel ***@***.***> wrote:
I have the same problem.
I imported both arms of this: http://www.thingiverse.com/
thing:1778856/#files
I flattened and rotated them, so that they can fit.
But slic3r did simply nothing when clicking "arrange".
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#46 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFj5IyRYu_o4F0ZC8-OiCtUA1BBzE69Jks5rDTfIgaJpZM4K_6vr>
.
|
packing of the objects is very tricky to code. :) |
Yep, this is how I do it too. It is a tedious process, though.
Finally there... It would help a lot if you could at least group the files inside the list view and were able to give the group a name, that is used for the gcode that is to the printer. Export as stl could also use this group name to name the resulting file. A list grouping should not be too complicated to program and I heard that Slic3r's command line already has a renaming feature. Before adding any new features to the slicing process, Slic3r should be updated to provide a more convenient user experience in the first place. |
The auto-placement should be improved, as asked for by Also @alexrj proposed a task for the google summer of code Port the SVGNest library to C++: The SVGNest library provides an algorithm for polygon nesting. It's written in JavaScript and a C++ port of it would improve Slic3r's auto-arrange feature. #3237 |
Version
1.31.6-prusa3d-win64
Operating system type + version
Windows 10
Behavior
When importing multiple objects at once into Prusa Slic3r the objects clip into each other, pressing the 'Arrange' button doesn't do anything.
The text was updated successfully, but these errors were encountered: