PrusaSlicer-NonPlainar/xs
bubnikv b8c898bf40 Fixed a bug in validation of the FDM Print to check for extruder
collisions against already printed objects: Rotation of an object
was not being taken into account.
Fixes #2450 PrusaSlicer 2.0 Sequential printing vs rotate object
Fixes #3585 Always Sequential Printing Error (Regardless of setting, placement or object size)

Fixed some collisions in sequential print just after arrangement by
making the validation using a slightly lower extruder radius value
than the arrangement.

Refactored PrintObject coordinate system so that the PrintObject's
coordinate system is always centered in respect to its ModelObject's
geometries. This refactoring may improve path planning a bit and
it may lower the requirements on bits representing Clipper coordinates
by 1 bit.
2020-02-07 14:10:27 +01:00
..
lib/Slic3r Merged with dev 2018-09-12 11:59:02 +02:00
src Slight improvements of unit tests, fix of perl bindings. 2019-10-18 12:05:37 +02:00
t EdgeGrid::signed_distance_edges() to provide the pedal point. 2019-10-30 10:18:56 +01:00
xsp Fixed a bug in validation of the FDM Print to check for extruder 2020-02-07 14:10:27 +01:00
CMakeLists.txt Build fix when boost is not in prefix/boost 2019-06-13 14:19:24 +02:00
main.xs.in Upgrade Boost to 1.66 on Windows 2019-01-16 15:14:18 +01:00