Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-08-28Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-08-28Add missing includes for wintamasmeszaros
2020-08-28PNG image read with libpngtamasmeszaros
2020-08-19Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-08-18Add dedicated tests for support point generationtamasmeszaros
2020-08-04Fixed conflicts after merge with masterenricoturri1966
2020-08-03Working small-to-normal support mergingtamasmeszaros
Fixed fatal bug with anchors for mini supports Make the optimization cleaner in support generatior Much better widening behaviour Add an optimizer interface and the NLopt implementation into libslic3r New optimizer based only on nlopt C interfase Fix build and tests
2020-08-03Include test name with output obj files for sla_print_teststamasmeszaros
2020-08-03Rename EigenMesh3D to IndexedMesh and SupportConfig to SupportTreeConfigtamasmeszaros
2020-08-03Id-s put in a base class for support tree primitivestamasmeszaros
2020-08-03Fix bugs and non working teststamasmeszaros
Fix failing tests Try to fix build on windows Try to fix failng tests on Mac
2020-08-03Separate support tree routing and meshing, remove Common.hpp/.cpp .tamasmeszaros
* Remove Common.hpp and Common.cpp, move things into their respective modules in sla.
2020-08-03Create smaller supports in problematic areas with established strategiestamasmeszaros
Completely remove the concept of CompactBridge. Replace it with Heads having the same back radius as front radius. Try to apply the same rules for mini supports as in the route_to_model step. Increased accuracy of bridge_mesh_intersect shot from support points Refining mini support integration
2020-06-29Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-06-27Fixed unit tests on Windows after introduction of GMP tobubnikv
boost::polygon Voronoi diagram generator by Vojtech. Fixed Perl bindings on Windows after some "improvement" of the Windows 10 SDK headers, which fail if included from a C++ code using the extern "C" clause. Namely, the Windows 10 SDK include for sockets introduces C++ macros if a "compiled with C++" symbol is provided even if included through exetrn "C".
2020-06-19Fixed conflict after merge with masterenricoturri1966
2020-06-16fix of previous commit, missing includeVojtech Bubnik
2020-06-16Fixes of the offset curves from Voronoi diagram.Vojtech Bubnik
The offset curve extractor is already quite usable, though singular cases are still not covered yet when the offset curve intersects or nearly intersects a Voronoi vertex. Removal of the PRINTF_ZU "%zu" Visual Studio printf compatibility macro. Fixes of a contours self intersection test for collinear segments. SVG exporter now exports white background, so that the GNOME Eye viewer is usable.
2020-06-12Fixed conflicts after merge with masterenricoturri1966
2020-06-11Reworked algorithm for Voronoi Offset curve extraction.Vojtech Bubnik
Now the algorithm is very different from the OpenVoronoi implementation and hopefully it is now correct (save numerical issues, which will be a big PITA).
2020-06-05Added new tech ENABLE_GCODE_VIEWER_AS_STATE -> GCodeViewer as a new ↵enricoturri1966
application state (WIP) + fix of conflicts after merge with master
2020-06-04Fixed conflicts after merge with masterenricoturri1966
2020-06-04WIP: Generating offset curves with properly rounded corners fromVojtech Bubnik
a Voronoi diagram. Curve extraction is based on the OpenVoronoi implementation.
2020-06-02Fix the tests after EigenMesh3D refactortamasmeszaros
2020-05-29Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-05-28BoundingBox support for Lines,Vojtech Bubnik
BoundingBox constructor will no more throw for empty vector of points. GMP allowed for Vojtech's fork of boost::polygon Voronoi implementation. Added libslic3r tests for boost::polygon Voronoi. All Voronoi issues ever reported on the Internet are captured by the tests. Two issues reported (the two test cases) are real issues which may influence PrusaSlicer negatively, namely https://github.com/boostorg/polygon/issues/43
2020-05-27Fixed conflicts after merge with masterenricoturri1966
2020-05-26Fixed unit tests after previous include manipulationsLukas Matena
2020-05-22Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-05-22WIP AABBIndirect: Documentation, polishing.Vojtech Bubnik
2020-05-22WIP: own AABBTreeIndirect, builds up the tree 4x quicker than libigl.Vojtech Bubnik
2020-04-29Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-04-28suppress unnecessary test output in release modetamasmeszaros
2020-04-24Fixed conflicts after merge with masterenricoturri1966
2020-04-23SLA archive import with miniz, marching square bugfixestamasmeszaros
Fix compilation on Windows Fix array subscript out of range error in MarchingSquares Fix normals of mesh constructed from slices Improve performance of mesh construction from slices
2020-04-23Initial version of sl1 import with sla::Raster refactor.tamasmeszaros
2020-04-23Add ModelArrange.hpp as extension to Model.hpp, use it for duplicatingtamasmeszaros
Refactored Arrange interface: remove the union based BedShapeHint, replace it with proper function overloads WARN: this commit is only intermediate, it does not compile.
2020-04-23Add libnest tests for various basic object functionstamasmeszaros
2020-04-23Add min_object_distance method as free function taking ConfigBase argumenttamasmeszaros
2020-03-30Fixed conflicts after merge with masterenricoturri1966
2020-03-2564bit coord_tbubnikv
Vec3i as a vertex index to TriangleMesh constructor
2020-03-25Fixed conflicts after merge with masterenricoturri1966
2020-03-24Merge branch 'master' into devLukas Matena
2020-03-06Added test for libcurl https handling disabled on build server.tamasmeszaros
Linux docker image does not expose port 80
2020-03-03Fixed several warningsLukas Matena
The biggest difference is changing PresetCollection::m_idx_selected from int to size_t, which fixed many warnings at once.
2020-03-02ENABLE_GCODE_VIEWER - Basic framework for new gcode viewerEnrico Turri
2020-02-18Do EFC for the first faded layers of SLA, interpolate efc parameterstamasmeszaros
Compensated slices have negative orientation... Move efc to common params Fix elefant foot compensation reversed contours Remove redundant assertions and don't apply absolute correction if zero
2020-02-13ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF set as defaultEnrico Turri
2020-02-09Fixed unit tests broken with the previous commit (Spiral Vase fix).bubnikv
Fixed a crash in the previous commit.
2020-02-05fix failing test due to missing cgal dllstamasmeszaros