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-04-28suppress unnecessary test output in release modetamasmeszaros
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-2564bit coord_tbubnikv
Vec3i as a vertex index to TriangleMesh constructor
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-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
2020-02-05Handle CGAL exceptions and add tests for mesh boolean operationstamasmeszaros
Add conversion to exact predicates exact construction kernel format for consecutive booleans (experiments)
2020-02-04Implemented handling of complex ConfigOptionFloatOrPercent chainsbubnikv
by the PlaceholderParser. Namely, all the options with the "ratio_over" reference are now handled correctly by the PlaceholderParser with the exception of the "first_layer_extrusion_width", which overrides speed of extrusions by their respective extrusion type. Also the various extrusion widths (extrusion_width, first_layer_extrusion_width, external_perimeter_extrusion_width etc.) produce the same numbers as if ran through the back-end, with the assumption of not overriding layer height by the variable layer height editing tool or layer height modifiers.
2020-02-03use vsnprintf instead of snprintf in string_printf functiontamasmeszaros
Also, revert to old location: Utils.hpp and utils.cpp
2020-01-31[refactor] Move remaining utility functions into sla_test_utilstamasmeszaros
2020-01-23Merge branch 'master' into lm_tm_hollowingtamasmeszaros
2020-01-23add mesh simplification.tamasmeszaros
SPE-1072 Working but flipped normals with the interior. Testing on treefrog passed Oversampling for hollowed mesh should not be less than 3x Flip back normals after simplify and remove redundant test code.
2020-01-21Fix of the new PlaceholderParser int() conversion.bubnikv
Fixes https://github.com/prusa3d/PrusaSlicer/pull/3271 Also some old errors (typos, UBs) were fixed.
2020-01-21Merge branch 'master' into lm_tm_hollowingLukas Matena
2020-01-21Ported PlaceholderParser unit tests to C++.bubnikv
2020-01-21Fix incorrect filename case in test_3mftamasmeszaros
2020-01-20Fix incorrect filename case in test_3mftamasmeszaros
2020-01-17Fixed a bug in the hole-aware raycasterLukas Matena
2020-01-16Fixed unit test (sla_print_tests - random number generator seeding)Lukas Matena
2020-01-15Remove wrapper around std::mt19937 tamasmeszaros
2020-01-14Test sla support point generation determinism with seed parametertamasmeszaros
2020-01-14Remove test restriction for on-model supports pierce testtamasmeszaros
2020-01-14Make sla support pierce tests repeatabletamasmeszaros
2020-01-09more raycaster tests, without repeating the hollowing every timetamasmeszaros
2020-01-09Fixed a raycaster problem with handling duplicate hits from iglLukas Matena
The duplicate hits confused winding number calculations in the raycaster, which in turn returned incorrect hit.
2020-01-08Add tests for EigenMesh3D raycaster with hole support.tamasmeszaros
Tests fail! Supports are intersecting the object when holes are added.
2020-01-08Configurable paths export (fullpath or not) to 3mf and amfEnrico Turri
2020-01-06Merge branch 'master' into lm_tm_hollowingLukas Matena
2020-01-06Follow-up of c790e2ff7c925252b1f83d54154cf858d6eb5afa -> Fixed includeEnrico Turri
2020-01-06Added unit test for checking geometry after save+load to 3mf cycleEnrico Turri
2019-12-22Fixed previous commit (change of CMake)version_2.2.0-alpha2bubnikv
2019-12-22Trying to fix unit tests when targeting OSX 10.9.bubnikv
2019-12-20Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-19Fix polytree traversal.tamasmeszaros
Put back old traverse_pt and union_pt_chained
2019-12-12Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-06add drain hole 3mf export and importtamasmeszaros
2019-12-06Get ready to merge with master.tamasmeszaros
2019-12-05Add cpp17 headers to see if they are available.tamasmeszaros
2019-12-05Test cpp17 features on the build server.tamasmeszaros
2019-11-22Improvements of infill path planning:bubnikv
Implementation of 2-opt pairwise exchange iterative improvement algorithm with an extension to a chain of segments, where the chain of segments may get flipped during the exchange operation. The 2-opt exchange algorithm may be quite slow.
2019-11-18Merge branch 'master' into lm_tm_hollowingtamasmeszaros
2019-11-15Improvement of the Elephant foot compensation:bubnikv
Using a positive curvature estimate to control the strength of the Elephant foot compensation shall work similarly to the previous implementation while avoiding pinching off tiny pieces from the contour.