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
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
2014-12-13Keep model objects aligned to Z = 0 in platerAlessandro Ranellucci
2014-11-09Ported LayerRegion::make_slices() to XSAlessandro Ranellucci
2014-11-04Fixed minor regressionAlessandro Ranellucci
2014-10-29Fix tests after recent output change for ConfigOptionPoint valuesAlessandro Ranellucci
2014-09-21Ported more things to XSAlessandro Ranellucci
2014-08-08Fixed minor harmless error in a couple testsAlessandro Ranellucci
2014-08-04Use istringstream for deserializing config options in order to use the correc...Alessandro Ranellucci
2014-07-27Merge branch 'acp-voronoi'Alessandro Ranellucci
2014-07-01Fixed regression causing variable layer heights to be ignored. #2136Alessandro Ranellucci
2014-06-17Removed print_center option (but left --print-center from CLI)Alessandro Ranellucci
2014-06-16Initial work for custom bed shapeAlessandro Ranellucci
2014-06-10Finish porting Print classes to XSAlessandro Ranellucci
2014-05-28New implementation of Avoid crossing perimeters using Voronoi diagramsAlessandro Ranellucci
2014-05-27Merge branch 'master' into visilibityAlessandro Ranellucci
2014-05-27Update MANIFEST and testAlessandro Ranellucci
2014-05-27Automatically disable retract_layer_change when using spiral_vaseAlessandro Ranellucci
2014-05-26Revert "Update Clipper to r468. #2028"Alessandro Ranellucci
2014-05-26Update Clipper to r468. #2028Alessandro Ranellucci