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
AgeCommit message (Expand)Author
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
2018-09-18Replaced CONFESS with throw std::exception in libslic3r, so nowbubnikv
2018-09-17Merged with devbubnikv
2018-09-14WIP: Background processing.bubnikv
2018-09-06Added Vec3d ModelInstance::transform_vector() methodEnrico Turri
2018-09-06Tweaks to ModelObject::center_around_origin()Enrico Turri
2018-09-05Renamed GLVolume member variables to match the corresponding ModelInstance onesEnrico Turri
2018-09-04Added ModelInstance::world_matrix() method and stl_transform using eigen tran...Enrico Turri
2018-08-28Removed unused methodsEnrico Turri
2018-08-27Fixed conflicts after merging with masterEnrico Turri
2018-08-23Fixed conflicts after merging with branch eigenizeEnrico Turri
2018-08-22d ..bubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-21Eradicated most of Pointf extras compared to pure Eigen::Vector2d.bubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
2018-08-21Lay flat - rotation is now done in one go directly about the necessary axisLukas Matena
2018-08-17Merged with masterbubnikv
2018-08-17Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.bubnikv
2018-08-17Removed Point::scale(),translate(),coincides_with(),distance_to(),bubnikv
2018-08-15Use of bounding box of rotated 3D convex hull for out of print volume detectionEnrico Turri
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-13Better fix for minimum z of object to lay on the bed after rotationsEnrico Turri
2018-08-02Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-08-01Merge commit '4e901a9db778660d3471a49cd95d66f85b2dbc88'bubnikv
2018-07-30Prepare integration for arbitrary shaped print beds.tamasmeszaros
2018-07-30linest2d ready for arbitrary shaped beds.tamasmeszaros
2018-07-30Minimum z of object to lay on the bed after rotations. Fixes #1093Enrico Turri
2018-07-27Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-07-27New object function considering item size categories (big and small)tamasmeszaros
2018-07-27Improved libnest2d cachingtamasmeszaros
2018-07-26Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-07-26Fix for SPE-421 and emergency fix for SPE-422 (needs further investigation)tamasmeszaros
2018-07-20Merge branch 'scene_manipulators' of https://github.com/prusa3d/Slic3rEnrico Turri
2018-07-20Small objects can now fit inside free space surrounded by objects.tamasmeszaros
2018-07-18Small objects can now fit inside free space surrounded by objects.tamasmeszaros
2018-07-18Disable slicing when one object crosses the print volume boundaryEnrico Turri
2018-07-18Slice only objects contained into the print volumeEnrico Turri
2018-07-17Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-07-17New objectfunction that makes a proper circle shaped pile on arrange.tamasmeszaros
2018-07-17Merge remote-tracking branch 'remotes/origin/opengl_to_cpp'bubnikv
2018-07-16Change to firstfit selection because DJD needs further testing.tamasmeszaros
2018-07-13Disabling reverse order checks in DJD selection. It causes unacceptable runni...tamasmeszaros
2018-07-04Some commentstamasmeszaros
2018-07-04Customized object function for arrange algorithm to arrange into a circle.tamasmeszaros
2018-07-04Solution for SPE-347 (scale is not fed into the arrange alg)tamasmeszaros
2018-07-04Proper fix for SPE-324tamasmeszaros
2018-07-03Filtering invalid geometries as per: SPE-337tamasmeszaros
2018-07-02Pull build fixes from libnest2d and allow reverse order checks in DJD placeme...tamasmeszaros
2018-06-29Autocenter finally disabled. Progress indication works.tamasmeszaros