-
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
1.33.3: skirt can become a few kilometers large, and is not always printed first #122
Comments
Are you sure about that? It seems to me that the skirt is printed as the first thing, if the raft is disabled. |
Yes, attached is a GCode file with the .ini that generated it. The support material is printed before the skirt, unlike in previous versions. |
I can also say that the support is printed before the skirt and the model. Tested yesterday with model http://www.thingiverse.com/thing:986652 |
I noticed the same thing this morning regarding the skirt being printed after the support (and possibly brim). This is different to all previous versions of Slic3r that I've used. |
I have fixed some of the raft issues (missing first layer raft), but the
large raft for the particular stl and ini is still there. I suspect the
data gets mangled when transitioning the C/Perl boundary, which is really
difficult to debug. I will likely rather rewrite this piece of code to C++.
…On Feb 15, 2017 1:52 AM, "Ben Hitchcock" ***@***.***> wrote:
I noticed the same thing this morning regarding the skirt being printed
after the support (and possibly brim). This is different to all previous
versions of Slic3r that I've used.
Perhaps the first layer height isn't being applied to the support and brim?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#122 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFj5I1F6IXuqjgXyrLX4RSOexlbgViwqks5rckxHgaJpZM4L-ON6>
.
|
Fixed the order of a skirt, raft, support & object on the 1st layer. This is a new issue after I switched the order of support and object extrusions being printed at the same Z height. By the way, are there pros / cons to printing the support before / after an object? My gut feeling is, it is better to print the support first due to the overhangs. 3549021 Fixed (hopefully) the issue with the skirt sticking out of the print bed by re-writing the suspicious part from Perl to C++. And finally, I have fixed a handful of bugs in the rafts, which were again introduced with the new C++ supports. |
It doesn't really matter I think, as long as the support is there when the next layer is printed on top of it… But intuitively I also prefer support first. |
Good, because the old slic3r did it vice versa, the object first. |
Version
1.33.3
Operating system type + version
Mac OS X 10.11.6
Behavior
No raft:



One raft layer:
Two raft layers:
STL/Config (.ZIP) where problem occurs
ConfigAndSTL.zip
The text was updated successfully, but these errors were encountered: