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-12Merged with devbubnikv
2018-09-11Improved constness of the Print / PrintObject / Layer ...bubnikv
2018-09-111st installment of gizmo move 3DEnrico Turri
2018-09-10Added perl callback for gizmo flattenEnrico Turri
2018-09-07Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-07Fixed rendering of endcaps on open toolpathsEnrico Turri
2018-09-06Added select by part tool to toolbarEnrico Turri
2018-09-05Renamed GLVolume member variables to match the corresponding ModelInstance onesEnrico Turri
2018-08-28Cached world matrix of GLVolume to speed up renderingEnrico Turri
2018-08-24Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devYuSanka
2018-08-24Removed scale and rotate actions from toolbarEnrico Turri
2018-08-24Merge remote-tracking branch 'origin/new_main_page_ui' into devYuSanka
2018-08-24Better fix for out of print volume detectionEnrico Turri
2018-08-24Fixed out of print volume detectionEnrico Turri
2018-08-23Fixed conflicts after merging with branch eigenizeEnrico Turri
2018-08-22d ..bubnikv
2018-08-21Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding.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-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-16Merge branch 'convex_hull' of https://github.com/prusa3d/Slic3r into gizmos_3dEnrico Turri
2018-08-16Detection of out of print volume disabled for wipe tower of unknown sizeEnrico Turri
2018-08-16GLVolume use a pointer to ModelVolume's convex hull instead of a copy of itEnrico Turri
2018-08-15Merge branch 'opengl_to_cpp' of https://github.com/prusa3d/Slic3r into gizmos_3dEnrico Turri
2018-08-15Changing the internal representation of Point / Pointf / Point3 / Pointf3 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-13Code cleanupEnrico Turri
2018-08-13Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-08-06Minor tweaks of UI texts,bubnikv
2018-08-03Changed color of preliminary wipe tower blockLukas Matena
2018-08-02Merge branch 'lm_wipe_tower_block_improvements' into lm_wipe_tower_block_impr...Lukas Matena
2018-08-02Wipe tower postprocessing, wipe tower block on 3D plate improved.Lukas Matena
2018-07-29Scale and rotation from scene to value updates correctlyYuSanka
2018-07-27Fixed conflict after merge with masterEnrico Turri
2018-07-273D scene toolbar actionsEnrico Turri
2018-07-27Reddish background when detected out of print volume toolpathsEnrico Turri
2018-07-27Out of print volume detection for extrusion toolpaths onlyEnrico Turri
2018-07-26Fixed color of all toolpaths when detected as out of print bed volumeEnrico Turri
2018-07-24Out of print volume detection for toolpathsEnrico Turri
2018-07-24Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-07-231st installment of 3D scene toolbarEnrico Turri
2018-07-23Fixed status of Slice now and Export G-Code buttons after object importEnrico Turri