-
I tried slicing the Make magazine torture test with up to date git master:
http://www.thingiverse.com/thing:33902
and there's something weird going on around the holes:
![make_torture_test_oddness]…
-
I have a part that is essentially a box, but with a deep slot in the middle. That creates a perimeter that almost, but not completely, splits the box in two. When slic3r generates rectilinear infill a…
-
Hello,
There's an issue while creating production build with script provided by create-react-app.
Console output:
> yarn build v0.27.5
> $ node scripts/build.js
> Creating an optimized prod…
-
> Implementing laziness would be quite easy. But it definitely has some negatives impacts on user friendliness.
Please make it without impact on possibility to get value of stream (by default, but it…
-
In current stable branch, it seems that "Avoid crossing perimeters" only works for one object when I print two of the same. Here's a screenshot, you can see that moves are crossing the perimeters seve…
-
I'm testing latest git head with the same files and config used in https://github.com/alexrj/Slic3r/issues/1907#issuecomment-41333388, and I've noticed that slic3r adds some seemingly completely unnec…
-
I sliced an stl using Slic3r 0.9.7, and details have disappeared. I got a warning, but other tools such as SFACT slice this part correctly. It's a motor cog, and it seems the main shaft hole, the hold…
-
I get this core dump while slicing some parts, not all. The part should be fairly plain and simple, but it is huge and I'm scaling it down quite a lot in slic3r.
To reproduce this core dump while sli…
-
I'm currently trying to slice this stl, but so far it's taken 80 minutes CPU time on my quad core laptop. This is the slowest I've ever seen slic3r do, so I figure this must have hit a suboptimal part…
-
When running the code below, the parameters (`next` and `prev`) in the diff-part, always evaluate to the same.
```javascript
const t = Kefir.sequentially(0, [1,2,3,4]).scan((acc, e) => {acc.push(e);…