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
AgeCommit message (Expand)Author
2022-05-06Ported custom_gcode and print unit tests from Perl to C++.Vojtech Bubnik
2022-05-05Further Perl unit test porting to C++ and Perl interface reduction:Vojtech Bubnik
2022-05-04Further slimming of Perl bindings.Vojtech Bubnik
2022-05-04Ported "avoid crossing perimeters" and bridging unit tests from PerlVojtech Bubnik
2022-05-04Perl unit tests for perimeters and multi-material were rewritten to C++.Vojtech Bubnik
2022-05-02Ported Infill unit tests from Perl to C++.Vojtech Bubnik
2022-05-02Little more reduce of Perl bindingsVojtech Bubnik
2022-05-02Some reduction of Perl dependencies on ClipperLib,Vojtech Bubnik
2022-04-25Removed various Point::ccw() and Point::ccw_angle() methods, they wereVojtech Bubnik
2022-04-08Fix compilation of perl xs on Windows with boost 1.78devtamasmeszaros
2022-02-09Changed how the libasan library path is determined for Perl unit tests to wor...Lukáš Hejl
2022-02-07Added preload of library libasan.so for Perl unit tests.Lukáš Hejl
2021-11-16New BuildVolume class was created, which detects build volume type (rectangular,Vojtech Bubnik
2021-10-14New ClipperUtils functions: opening(), closing() as an alternativeVojtech Bubnik
2021-10-06Fix for buildYuSanka
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-09-14Removed the PRUS format parser. WIP: admesh eradication:Vojtech Bubnik
2021-09-10Follow-up to beee18f22991e369b1722a43bbcb692fa0d68af0Vojtech Bubnik
2021-09-03Commenting out untested and unused Polyline::simplify_by_visibility()Vojtech Bubnik
2021-08-27Fixed Perl bindingsVojtech Bubnik
2021-07-14Fixed Perl bindingsLukas Matena
2021-06-27Support for forward compatibility of configurations, user and systemVojtech Bubnik
2021-05-18TriangleMeshSlicer: Got rid of admesh!Vojtech Bubnik
2021-05-17WIP: Reworked slicingVojtech Bubnik
2021-05-07Fix of #2825 - Add the length of each filament usedYuSanka
2021-05-07Fixed Polygon::centroid()Vojtech Bubnik
2021-05-06Refactoring for code clarity: Replaced this->m_xxx with m_xxxVojtech Bubnik
2021-05-06Removing offset2 from Perl bindings and other minor cleanup.Vojtech Bubnik
2021-05-06Fixing Perl integrationVojtech Bubnik
2021-05-05Fixing perl bindingsVojtech Bubnik
2021-05-05WIP: Moving ownership of PrintRegions to PrintObjects.Vojtech Bubnik
2021-05-05Fixing perl integrationVojtech Bubnik
2021-05-05Fixed perl unit testsVojtech Bubnik
2021-04-26Refactoring of StaticPrintConfig & derived classes:Vojtech Bubnik
2021-04-23Merge branch 'tm_vb_clipper_eigen'Vojtech Bubnik
2021-04-23Fixed Perl bindings of Clipper after Clipper was adapted to Slic3r::PointVojtech Bubnik
2021-04-21Convincing ClipperLib to use Slic3r's own Point type internally.Vojtech Bubnik
2021-04-21and the final Perl unit test fixVojtech Bubnik
2021-04-21Yet another Perl testVojtech Bubnik
2021-04-21Another last perl unit test fixVojtech Bubnik
2021-04-21Fixing perl unit testsVojtech Bubnik
2021-03-15ConfigOptions: GUI type as enum, not string.Vojtech Bubnik
2021-03-15Reworked the "new" bridging to respect the bridge_flow_ratioVojtech Bubnik
2021-03-15Fixing unit tests.Vojtech Bubnik
2021-02-18The perl binding is killing VojtechVojtech Bubnik
2021-02-18Fixing the Perl bindings for the last timeVojtech Bubnik
2021-02-18Finally the Perl binding fix arrived!Vojtech Bubnik
2021-02-18Cooling buffer - fix of Perl bindingsVojtech Bubnik
2021-02-18Fix of Perl integration after cooling buffer reworkVojtech Bubnik
2021-02-09Removal of not numerically robust libraries "poly2tree" and "polypartition".Vojtech Bubnik