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
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
2021-02-03Squash merge of lh_brim_rework,Vojtech Bubnik
2021-01-15Fixing Perl bindings after update of Boost.Vojtech Bubnik
2020-12-11Fix of re-slicing with multiple regions.Vojtech Bubnik
2020-12-09Fix of spiral vase mode with holes in the bottom: Holes in the bottom layersVojtech Bubnik
2020-11-29Merge remote-tracking branch 'origin/master' into lh_avoid_crossing_perimetersLukáš Hejl
2020-11-21Follow-up to 80e8b5e985b84a6a50215d383bad96657bae0b12Vojtech Bubnik
2020-11-17Avoid crossing perimeters: Further refactoring for clarity, code review.Vojtech Bubnik
2020-11-17Removed the old motion planner.Vojtech Bubnik
2020-11-16Fills:Vojtech Bubnik
2020-11-16Merge remote-tracking branch 'remotes/origin/master' into lh_adaptive_infill_...Vojtech Bubnik
2020-11-16Reworked connection of infill lines to perimeter lines.Vojtech Bubnik
2020-11-11Fix of previous commitenricoturri1966
2020-11-11Follow-up of 80e8b5e985b84a6a50215d383bad96657bae0b12 -> Fixed include in GCo...enricoturri1966
2020-09-24Fix of previous commit.vb_modelobjectVojtech Bubnik
2020-09-24Final fix of Perl bindingsVojtech Bubnik
2020-09-24Trying to patch the Perl bindings.Vojtech Bubnik
2020-09-24Trying to fix perl bindingsVojtech Bubnik
2020-08-10Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-08-04Fixed Print.xspenricoturri1966
2020-07-21Merge remote-tracking branch 'origin/master' into ys_ph_printersYuSanka
2020-06-29Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-06-27Fixed unit tests on Windows after introduction of GMP tobubnikv