Skip to content
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

Coordinate outside allowed range #66

Closed
guestisp opened this issue May 9, 2019 · 49 comments
Closed

Coordinate outside allowed range #66

guestisp opened this issue May 9, 2019 · 49 comments
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@guestisp
Copy link

guestisp commented May 9, 2019

Version

6df17e1

Operating system type + version

Distributor ID: Ubuntu
Description: Ubuntu 19.04
Release: 19.04
Codename: disco

Behavior

Trying to slice the following (only the dog, not the box):
https://www.thingiverse.com/thing:220609
we get:

ASSERT INFO:
Slic3r has encountered an error
Coordinate outside allowed range

the same model is sliced properly with the upstream slic3r, i've printed it multiple times.

@supermerill supermerill added the bug Something isn't working as intended label May 11, 2019
@uniacke1
Copy link

I'm observing this too, local build of sources on linux.

@uniacke1
Copy link

This problem is caused by the "Rectilinear (filled)" solid infill pattern. Changing it, or altering the "anchor solid infill" percentages to (e.g.) 1mm/1mm makes the bug go away.

@supermerill supermerill added could not reproduce awaiting response Further information is requested labels Jul 2, 2019
@supermerill
Copy link
Owner

can't reproduce with the last version.
If you can, please link me the project file (.3mf)

@uniacke1
Copy link

uniacke1 commented Jul 2, 2019

Sure, here you go.

FilamentPM-silver.3mf.gz

@supermerill supermerill added fixed for the next version That means that you should be able to test it in the latest nightly build bug Something isn't working as intended could not reproduce and removed bug Something isn't working as intended could not reproduce awaiting response Further information is requested labels Jul 2, 2019
@supermerill
Copy link
Owner

Seems like I have fixed this in my dev build.

@uniacke1
Copy link

uniacke1 commented Jul 2, 2019

Superb, I'll pull and recompile to give it a sniff test. Thanks!

@uniacke1
Copy link

uniacke1 commented Jul 3, 2019

This does indeed appear to have been fixed!

@VanessaE
Copy link

VanessaE commented Jan 27, 2021

This is not fixed, or perhaps I should say it has resurfaced. I'm at commit a4699e7, newly built just before this comment. Try this project:

Benchy_Bernie_1.5x.3mf.zip

The model slices fine at 100% (normal) size, but scale it up some and it throws "Coordinate outside allowed range" as per this issue's title, after spending some time slicing.

Setting the anchors to 0/0 to disable them did not help, however, setting the solid infill to "rectilinear" (not "filled") per your suggestion does work.

@jhoblitt
Copy link

I'm seeing this as well and I can't seem to escape it by changing the infill type(s).

@jhoblitt
Copy link

The only way I can resolve the error is by scaling the part down to 25% scale. Anything much larger then that fails. This is really odd as previous versions of the part were slicing OK (STLs generated by f360). I have tried running an STL repair and reimporting the part from a OBJ with no change in behavior. This is happening with 2.3.55.2.

@jhoblitt
Copy link

@supermerill This is still happening with the nightly build from ~24 days ago. PrusaSlicer 2.3.0 is able to slice the files. I started trying older versions and it works with SS 2.3.55.0 but fails with the same error under 2.3.55.1.

@tecnopolis-ve
Copy link

With superslicer 2.3.55.5 does ocurr the same.

I've figured out how to "alleviate" this issue by changing Anchor solid infill by X mm from rectilinear (filled) to rectilinear.

I've tried with a 3dbenchy (normal size does work, scaling over 200% fails)

I think that this issue must be reopened.

@TimbreDesign
Copy link

TimbreDesign commented Mar 5, 2021

I have also now experienced this with 2.3.55.

I have been oddly able to get rid of the error by flipping the print over (thus requiring support) and lowering the layer height.

Changing the fill or scaling the print down did not solve for this.

Here are the files (.obj, with it working, and one with the errors present):
filament_tube_fix_bolt_Print_1_ERROR.zip

@supermerill
Copy link
Owner

can't reproduce in 2.3.56.1

@supermerill supermerill reopened this Jun 2, 2021
@supermerill supermerill added awaiting response Further information is requested and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Jun 2, 2021
@Majestry
Copy link

Majestry commented Jul 3, 2021

I can reproduce this issue on 2 separate models.
Version 2.3.56.6, MacOs BigSur 11.4 (M1 CPU)
Bed size is set to 235x235x250, model size is 85x134x100. The object was positioned automatically, I didn't moved it on the bed.
If i set infill to 0 - model is sliced, otherwise i got error Coordinate outside allowed range
Github do not allow me to download the m3f file (return the 422 with size is not provided, which is weird), so here is the direct link to 3mf file: https://drive.google.com/file/d/18GI9keV177xMhC34SFBrUKOABO-hvkMV/view?usp=sharing

@supermerill
Copy link
Owner

@Majestry
I loaded your .3mf and it slices perfectly on a fresh 2.3.56.6
can you take a screenshot of what's going on after you load & slice it?

@Majestry
Copy link

Majestry commented Jul 3, 2021

@supermerill sure, here is the link to screen record when error occures. https://www.youtube.com/watch?v=WMaPeugcHRo
Also, here i loaded the same model and set infill to 0 - and it was sliced without error. https://youtu.be/oSMP38DvXp8

UPDATE: when recorded the screen, i didn't capture the status bar - the error appeared when it slicing was in state "Preparing infill". And in attached file - how the layers view looks like after the error appeared
Screenshot 2021-07-03 at 19 48 12

@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Sep 6, 2021
@jurisv
Copy link

jurisv commented Oct 7, 2021

Does this also fix the same issue in MacOS ?

@Belstrekkie
Copy link

Both version 2.3.57.4 and 2.3.57.5 are giving me the coordinate outside allowed range in the Windows version, whereas I haven't had any issues in 2.3.57.3 and earlier. In the image the sliced object is version .3 and the error .4. The position and settings are exactly the same.
image

@supermerill supermerill removed the fix is live in the last release Please download /build the last release and try to reproduce. label Nov 13, 2021
@alfrix
Copy link

alfrix commented Nov 13, 2021

i have also found this bug in windows 2.3.57.4 and 2.3.57.5, but not on 2.3.57.3 (same as Belstrekkie)

adding a cube and moving it past 250 mm produces the error
Captura

Aspecto-Caja.zip

@supermerill supermerill reopened this Nov 13, 2021
@Maximilian-Staab
Copy link

I'm getting the same error on 2.3.57.5, but only if "brim" is enabled:
image

@supermerill supermerill added the fixed for the next version That means that you should be able to test it in the latest nightly build label Nov 16, 2021
@Maximilian-Staab
Copy link

The nightly build fixed the issue for me, thanks!

@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Nov 19, 2021
@Dreistein75
Copy link

Sorry, not good with GitHub. I have the newest SuperSlicer (MacOS on ARM) and the following STL from PrusaPrinters gives the Error with the "Coordinate outside allowed range". So guess this is still not fixed entirely.

white-christmas.stl.zip

@supermerill
Copy link
Owner

supermerill commented Dec 20, 2021

@Dreistein75
can't reproduce with your stl.
Please post your project file.

@Dreistein75
Copy link

@supermerill
I just re-tried and the error is still there. I saved the project as 3mf and I will attach it here. It is SuperSlicer 2.3.57.7 for ARM MacOS

SuperSlicerProblem.3mf.zip

@INeDiA
Copy link

INeDiA commented Dec 21, 2021

@supermerill I just re-tried and the error is still there. I saved the project as 3mf and I will attach it here. It is SuperSlicer 2.3.57.7 for ARM MacOS

SuperSlicerProblem.3mf.zip

same here; switched back to the regular release (no ARM) and it works without any issue

@supermerill
Copy link
Owner

I think something is creating Nan somewhere when compiled with arm. Next to impossible to fix without a mac mini on hand. Problem is, they are still kind of expensive.

@yonkiman
Copy link

I'm also getting a"Coordinate outside allowed range" error when I try to move the object towards the upper right of the build plate. If I pull it in closer to the center it slices fine. I've attached the project file
Coordinate outside allowed range SS 2.3.57.5, Windows 10.zip
.

@supermerill
Copy link
Owner

@yonkiman on the 2.3.57.5 yes, but it doesn't happen on the latest release (tested on 2.3.57.8)

@yonkiman
Copy link

Apologies - should have made sure I was on the latest version!

@elcojacobs
Copy link

elcojacobs commented Jul 11, 2022

I have this issue with the latest nightly with this stl.
4028-jet-fan-intake.zip

It shows correctly in sliced preview, but cannot generate gcode.

@supermerill
Copy link
Owner

@elcojacobs no problem for me.
your project?

@elcojacobs
Copy link

This is very strange, I cannot reproduce the error now. It happened on multiple models, even after restart of the appimage.
If it ever happens again, I'll get you a 3mf.

@elcojacobs
Copy link

Ah, got it!

I saved my filament profile with 2.4.58.2, which disabled wipe inside at start/end.

Re-enabled them to reproduce the error. There is also a bug that it shows the wrong header for wipe inside at end:

image
susi_error.zip

Here is a 3mf with the error.

@supermerill
Copy link
Owner

can slice and gcode it with latest nightly

@elcojacobs
Copy link

Seems fixed in yesterdays nightly. Could you reproduce it in the 'better fixes' nightly?
The bug with 2 times the same checkbox label is still there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests