PrusaSlicer-NonPlainar/xs/src
bubnikv ea9920e5d6 Fix of Negative Feedrates: G1 F-3.84007e+006 stops smoothie
The problem was caused by the gap fill algorithm, which worked
with square extrusion width values as with rounded extrusion widths,
which sometimes lead to negative extrusion cross sections
for high height to width ratios.

The extrusion width logic has been changed to consider the input width
to be the extrusion spacing, not the extrusion width. The change certainly
removed the negative feed rates, but it also certainly increased the gap
fill width to some exent. It needs to be verified now, whether the gap fill
does not extrude too much.

https://github.com/prusa3d/Slic3r/issues/677
2018-02-02 19:48:16 +01:00
..
admesh admesh: changed header_num_facets to uint32 2017-10-03 12:41:53 +02:00
boost/nowide PlaceholderParser extended with {if}/{elsif}{else} blocks and 2017-11-26 09:59:14 +01:00
eigen Bundled Eigen library. 2017-03-29 18:19:57 +02:00
expat Fix of a warning in expat parser, which turns to an error 2017-02-26 23:35:44 +01:00
glew Initial implementation of a CMake build system for the Slic3r XS module. 2017-08-16 19:05:08 +02:00
libslic3r Fix of Negative Feedrates: G1 F-3.84007e+006 stops smoothie 2018-02-02 19:48:16 +01:00
poly2tri Style fix: const for some functions 2015-11-04 20:49:19 +01:00
Shiny Optimized the GCodeReader. 2018-01-03 17:29:49 +01:00
slic3r/GUI New feature: Recommended object thin wall thickness hint. 2018-01-04 15:38:06 +01:00
clipper.cpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
clipper.hpp Experimental feature, which may make the Clipper offsets run faster 2017-07-13 15:52:19 +02:00
perlglue.cpp Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
polypartition.cpp Addtional check for TPPLPoly::operator= 2015-11-04 20:49:20 +01:00
polypartition.h Style fix: const for some functions 2015-11-04 20:49:19 +01:00
ppport.h New XS framework for C and C++ code 2013-06-22 17:16:45 +02:00
xsinit.h Next step of Perl to C++ configuration layer conversion. 2017-11-01 19:30:05 +01:00