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/xs/t
AgeCommit message (Expand)Author
2019-10-30EdgeGrid::signed_distance_edges() to provide the pedal point.bubnikv
2019-10-25Disabled broken tests, ported some more tests to C++,bubnikv
2019-10-25Ported various clipper unit tests from Perl to C++,bubnikv
2019-08-08FIx of Single test suite failure on two minority architectures #2461bubnikv
2019-07-04Merge remote-tracking branch 'origin/master' into vb_undo_redobubnikv
2019-06-27WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBasebubnikv
2019-06-20Removed the layer_height_ranges from the Perl bindings and unit tests.bubnikv
2019-01-24Yet one more fix of a unit test.bubnikv
2019-01-24Removed ExPolygon::triangulate_pp() from Perl XS bindings and unit tests.bubnikv
2018-12-12Manual merge of the TriangleMesh.cpp from the stable branch.bubnikv
2018-09-12Merged with devbubnikv
2018-05-03Removed the "Broken croak" support, which was useful on brokenbubnikv
2018-03-23Fixed automatic tests.bubnikv
2018-03-23Work in progress: Good bye, Perl Threads!bubnikv
2018-03-14Removed the unsupported "pillars" support pattern.bubnikv
2017-10-27Fixed configuration & validate C++ ports.bubnikv
2017-06-14Ported config load / stored to C++, thanks @alexrjbubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-08Finished the SLIC3R_HAS_BROKEN_CROAK magic.bubnikv
2016-11-06Unit test to verify whether Slic3r would hang when croaking frombubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-11-01Added "Notes" page to the filament configuration.bubnikv
2016-03-26Fixed type errorAlessandro Ranellucci
2015-12-21Fixes and improvements to MotionPlanner, much smarter nowAlessandro Ranellucci
2015-12-16More refactoring on Config XS bindingsAlessandro Ranellucci
2015-12-07Large refactoring of the Config classesAlessandro Ranellucci
2015-12-02Make test happyAlessandro Ranellucci
2015-11-05Replace the flip word with mirror. #3060Alessandro Ranellucci
2015-07-02Ported more Slic3r::GCode methods to XSAlessandro Ranellucci
2015-07-01Updated testAlessandro Ranellucci
2015-05-18Faster (but less precise) implementation of simplify_by_visibility(), since i...Alessandro Ranellucci
2015-05-13More robust medial axis pruning. #2800Alessandro Ranellucci
2015-04-29Ported Slic3r::Geometry::arrange() to C++/XSAlessandro Ranellucci
2015-03-09Restore correct ordering of concentric infill loops, preventing them from bei...Alessandro Ranellucci
2015-02-22Added failing test case for Clipper regression causing extra points in polyli...Alessandro Ranellucci
2015-02-22Update to Clipper 6.2.9. Fixes #2639Alessandro Ranellucci
2015-02-15Merge pull request #2508 from strahlex/machinekit-gcodeAlessandro Ranellucci
2015-02-15Added failing test case for upstream Clipper issue 126 (our #2639)Alessandro Ranellucci
2015-02-15Updated Clipper to 6.2.8. This fixes several minor issues, including infill p...Alessandro Ranellucci
2015-02-06added support Machinekit flavour GCodeAlexander Rössler
2015-01-28Bugfix: tangent horizontal mesh surfaces were not included in slices under ra...Alessandro Ranellucci
2015-01-18Added test case for a Clipper bugAlessandro Ranellucci
2015-01-16New +Line::intersection_infinite() methodAlessandro Ranellucci
2015-01-06Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother pat...Alessandro Ranellucci
2015-01-05Bugfix: a bug in Polyline::split_at() caused random loss of perimeter segment...Alessandro Ranellucci
2015-01-03Bugfix: Douglas-Peucker used perpendicular distance instead of shortest dista...Alessandro Ranellucci
2014-12-24Bugfix: a typo caused wrong loop splitting, thus wrong ordering of perimeters...Alessandro Ranellucci
2014-12-17Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585dAlessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci