c0434121f5
New FDM support sparse infill zig-zag algorithm.
...
Fixed some old support and infill issues.
Fixes support problem #4295
Fixes Parts of interface layer extends beyond supports and cannot be printed
Fixes support missing under horizontal overhang #6058
Fixes Slicer double-traces small sections of Rectilinear Supports, causes
Fixes plastic buildup and nozzle crashes #4951
Fixes Add "Angle Interface layers" #2969
2021-04-08 15:29:40 +02:00
4e581807be
Trying to fix the remaining OSX warnings
2021-02-10 19:07:09 +01:00
96014b3bb4
Fix of the previous commit (fixing warnings)
2021-02-09 19:46:09 +01:00
e40485fc8a
Fixed some clang warnings
2021-02-09 19:23:58 +01:00
a6d023429d
Fixed some more GCC warnings
2021-01-29 15:17:03 +01:00
c870aeb578
Fixing GCC warnings 1
2021-01-29 10:46:33 +01:00
4a7269bd0c
Merge of Fix proposal for crash on rectilinear #5399
2020-12-08 08:45:16 +01:00
6a8f8c37c7
Fix of Monotonic infill leaves gaps in top infill where rectilinear does not #5259
...
and Chyba nebo vlastnost výplně Monotonic? #5225
2020-11-25 14:56:11 +01:00
a0b1680f4c
Anchoring of sparse infills can now be disabled.
2020-11-20 13:36:58 +01:00
68bd7159a6
Fillers: Renamed Rectilinear2 to Rectilinear.
2020-11-16 13:24:57 +01:00
ce42c420b2
Renamed FillRectilinear.cpp,h to FillLine.cpp,h
2020-11-16 13:17:18 +01:00
6ac40c470b
Fixing compilation issues.
2020-11-16 13:11:58 +01:00
d0c6e25f2f
Fillers: Removal of old FillRectilinear, using of "override" instead
...
of "virtual" where applicable.
2020-11-16 11:16:44 +01:00
ce217b6222
Rest of the path chaining has been replaced with the new algorithm.
...
PolylineCollection.cpp/hpp was removed, use Polylines instead.
Various first_point() / last_point() now return references, not copies.
2019-09-27 18:17:21 +02:00
f5d48d90a7
Fix of G-code path planning: Infill lines were incorrectly ordered
...
for islands with another islands in their holes.
Improvement of chaining of infill lines for 3D honeycomb, Gyroid and
Honeycomb infill: New TSP chaining algorithm is used.
2019-09-27 09:51:07 +02:00
1260b8deb3
WIP: Moved sources int src/, separated most of the source code from Perl.
...
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00