Robert Schiele

Results 10 issues of Robert Schiele

The following issues are corrected by this change: 1. The text module does not have a "center" parameter, therefore there is no point in specifying it. 2. In some places...

This implements two new vector parameters scale and translate to rotate_extrude with similar behavior that is known of twist in linear_extrude. - scale: scale the base polygon along x and...

A feature of gcc on Intel platforms is to enable the FTZ and DAZ features available on modern Intel CPUs. Those features convert denormal floating point values to zero to...

At least on my desktop environment there is no tray. This leads to the situation of a running AusweisApp that is no longer accessible. Using the same autodetection mechanism as...

### Description of the bug The new option --material-profile works with multi-material printers but gets silently ignored with single-material printers. For the following examples, I set the filament to "Prusament...

The current implementation of the patch 0001-linux-nanosleep-use-power-saving-ops-for-very-small-.patch breaks detecting negative numbers as invalid parameters in nanosleep calls. While this is not a problem for valid calls it does become a...

bug
new

This model attempts to stay as close to the original as possible. There are the following minor differences though: - Cylinders and other roundings are split in a higher number...

When I worked on getting something updated for the current Arch Linux release (https://gitlab.archlinux.org/archlinux/packaging/packages/prusa-slicer/-/merge_requests/2) I solved some issues. Since you likely will face the same issues when moving forward, I...

This implements the ramp, wipe, and dynamic speed feature for the line purge as known from Prusa printers. Additionally, it applied the following fixes to the existing code base: -...

### Question If I write a lengthy function, the `too-many-statements` checker rightfully complains about that. The obvious solution is to factor out code into separate functions. If those functions are...

Question
Documentation :green_book:
Needs decision :lock: