Rich Felker

Results 52 issues of Rich Felker

I'm getting correct encryption but wrong tag output on a big endian system without support for misaligned loads or stores. Haven't tracked down the cause yet. I'm not building with...

In order to be able to continue using an incremental backup after restoring from it, you need the localindex corresponding to it. This can be achieved by making sure it's...

Wanted: a decently fast C SHA3 implementation, preferably with bit-slicing for 32-bit hosts. Busybox uses a modified version of the reference implementation with changes under GPLv2, which is presently license-compatible...

Apparently some new "Conan" dependency management system has been introduced, but there is no documentation in the readme for how to build with it, and following the instructions no longer...

Type: Bug

CuraEngine seems to pick the closest point from the set of vertices to the seam position, which might actually be the furthest point from the requested seam position, e.g. in...

High velocity travel over already-printed material can mar the surface, especially on certain materials like PETG, and high-acceleration travel over it can pass vibrations from the tool motion into not-yet-hardened...

The fix for https://github.com/Ultimaker/CuraEngine/issues/1458 (commit db248b242d) seems to have caused gaps in the outer wall when printing with a single wall, due to unretracting on top of an inner wall...

Unlike Cura 4.x, which alternated between lines and part-concentric/part-lines for bottom skin, Arachne is printing entirely with concentric skin fill. This makes it a lot harder to get a water-tight...

Presently, it's possible to get the following orders with outer walls first: 1. Infill 2. Outer walls 3. Inner walls 4. Skins or: 1. Outer walls 2. Inner walls 3....

Use of "area" as the criterion for minimum infill area admits narrow, complex- or awkward-shaped small regions to get processed as infill, which can harm print time and quality. I...