-
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
How to improve travel movement? #2040
Comments
Enable "Avoid crossing perimeters" in "Print Settings > Layers and perimeters" in Expert-Mode. This should keep the nozzle within the infill area. Just like "Combing: Within infill" in Cura. You probably die of old age first before the slicing job is finished on complex models with this enabled. This should be more optimized maybe? |
I had already tried using "Avoid crossing perimeters", but a nonsense of slow, often does not even finish slicing. |
duplicate of #1934 ? |
I found a solution for your slow slicing with "Avoid crossing perimeter" enabled. The problem are high polygone models. The resolution is set 0 by default (unlimited) which makes slicing complex models alot harder and slower. Since it loops though all perimeters and finds the perfect center. You should set the resolution to 0.01 (Cura default) this shouldnt sacrifice any detail but redues slicing time by ~50% (and more) in my compare tests. Benchy 250% scale slice test case: |
Thanks for the hint on reducing the resolution of slices. We have had some
bad experience with this feature, introducing visible artifacts by
simplifying successive layers independently from each other, thus reducing
a point on one layer while keeping a point of the same triangle edge on the
other layer. We may re-evaluate the feature for small reduction rates
though.
…On Wed, Apr 3, 2019, 23:48 Timocop ***@***.***> wrote:
I found a solution for your slow slicing with "Avoid crossing perimeter"
enabled. The problem are high polygone models. The resolution is set 0 by
default (unlimited) which makes slicing complex models alot harder and
slower. Since it loops though all perimeters and finds the perfect center.
You should set the resolution to 0.01 (Cura default) this shouldnt
sacrifice any detail but redues slicing time by ~50% in my compare tests.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFj5I-UWNWExKkpDpNU4qnm7e386fIaLks5vdSHLgaJpZM4cPDeI>
.
|
Do you mean variable layer high? I dont realy understand, sorry. |
Do you mind sharing the model/config? I dont think there will be a solution since 'Avoid crossing perimeters' behaves like Curas "Combing: Within infill" and your model doenst seem to have much infill area. |
Gap fill is not infill. Don't put your expectations too high. |
In the orginal slic3r gap fill is under the infill section. So i thought its infill. Guess not. Which doesnt make any sense to me. |
It's done with the perimeters, internally, stored in the same collection. |
Here it is, it takes a lot of patience. |
The initial phase of the "avoid crossing perimeters" feature has been sped up with 3addae3, the feature is now also significantly faster. This particular model took 60s to generate G-code on my computer with the "avoid crossing perimeters" feature on, taking 5h 20m to print, while it took 20s to generate G-code with the "avoid crossing perimeters" feature disabled, taking 5h 16m to print. Closing this one. There is still #2213 for a reference of a complex object, which took 7 minutes to export the G-code with the "avoid crossing perimeters" function enabled. |
Version
Slic3r 1.42.0-beta1 - Prusa Edition
Operating system type + version
Windows 10 Pro 64
3D printer brand / version + firmware version (if known)
Marlin
Behavior
Describe the problem
Travel not realistic
Expected Results
It could do the same as Simplify3D and Cura.
The text was updated successfully, but these errors were encountered: