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 (Collapse)Author
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
2018-09-18Replaced CONFESS with throw std::exception in libslic3r, so nowbubnikv
libslic3r should be compilable without Perl.
2018-09-17Merged with devbubnikv
2018-08-31Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-08-30Bumped up the version number to 1.41.0 release,bubnikv
bundled updated PrusaResearch configs.
2018-08-27Fixed conflicts after merging with masterEnrico Turri
2018-08-25Bumped up the version number to 1.41.0-beta2version_1.41.0-beta2bubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
Replaced the unscale macro with a template, implemented templates for unscaling Eigen vectors.
2018-08-17Merged with masterbubnikv
2018-08-17Removed Point::scale(),translate(),coincides_with(),distance_to(),bubnikv
distance_to_squared(),perp_distance_to(),negative(),vector_to(), translate(), distance_to() etc, replaced with the Eigen equivalents.
2018-08-06Bumped up version number.version_1.41.0-betabubnikv
2018-07-27Updated change log for the Prusa3D config index,version_1.41.0-alpha3bubnikv
bumped up the version to 1.41.0-alpha3
2018-07-21Bumped up the version number.version_1.41.0-alpha2bubnikv
2018-07-20Bumped up the version number.version_1.41.0-alpha1bubnikv
2018-07-17For the Marlin firmware, the machine envelope G-code is emittedbubnikv
based on the Slic3r printer profile. Also the bundled config has been updated, so that the machine envelope G-code values were removed and the new Slic3r printer profile values were updated with the former G-code values. Slic3r version has been bumped up to 1.41.0-alpha for the configuration files to work.
2018-07-05Bumped up the version number to final.version_1.40.1bubnikv
2018-07-03Bumped up the version number.version_1.40.1-rc2bubnikv
2018-06-29bumped up the version numberversion_1.40.1-rcbubnikv
2018-06-12Bumped up the version number to a final.version_1.40.0bubnikv
2018-05-22Bumped up version numbers of the PrusaResearch.ini and the Slic3r itself.version_1.40.0-alpha2bubnikv
2018-05-10Fixed the version number. We have an alpha state as of today.bubnikv
2018-04-16Updating: Detect legacy datadir, remove conflicting presetsVojtech Kral
2018-02-13Merge branch 'master' into gcode_previewbubnikv
2018-02-12Changed the Slic3r coordinate type from long to int32 to matchbubnikv
the point type on Windows / Linux / OSX to achieve the same behavior on all the 32 / 64bit systems. (Windows always treats the long as 32bit int, while Linux treats long as a 64bit int).
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2018-01-03Optimized the GCodeReader.bubnikv
Fixed the profiling build.
2018-01-02Bumped up the version number.bubnikv
2017-12-29Bumped up the version number.bubnikv
2017-12-21Bumped up the build version.version_1.38.5bubnikv
2017-12-09Bumped up the build version.bubnikv
2017-12-01Bumped up a version number.version_1.38.3bubnikv
2017-11-29Bumped up the version number.bubnikv
2017-11-29Bumped up the build version.version_1.38.1bubnikv
2017-10-17Another compilation fix.bubnikv
2017-07-27Moved some math macros (sqr, lerp, clamp) to libslic3r.hbubnikv
Added UNUSED macro to libslic3r.h, used it to reduce some compile warnings. Split the Int128 class from Clipper library to a separate file, extended Int128 with intrinsic types wherever possible for performance, added new geometric predicates. Added a draft of new FillRectilinear3, which should reduce overfill near the perimeters in the future.
2017-05-18Prusa Multi Material: Improved path planning when jumping to the wipe tower.bubnikv
2017-05-15Fixed crashes intruduced recently into G-code generator.bubnikv
Added a template sort_remove_duplicates.
2017-05-05Performance improvements of the MotionPlannerbubnikv
(rewrote the Dijkstra shortest path algorithm to use a binary priority heap instead of a dumb O(n^2) algorithm, added some bounding box tests to avoid expensive in-polygon tests if possible).
2017-03-22Fixed some instance of simplify_polygons() invocation.bubnikv
Geometry::deg2rad() made a template. Some methods of Layer made inline. Added a helper template remove_nulls().
2017-03-07Added dependencies on the Intel Thread Building Blocks.bubnikv
Changed the C++ parallelization code to Intel Thread Building Blocks.
2017-03-02The Shiny profiler is not thread safe. Disable parallelization ifbubnikv
SLIC3R_PROFILE is enabled.
2017-02-19Added SystemInfo dialog,bubnikv
a new SLIC3R_BUILD define to be replaced by the build script, a menu item to open the "New Issue" github page.
2017-02-15fix of C++11 gcc incompatiblitybubnikv
2017-02-15Added the append templates for std::vectorbubnikv
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
New supports enabled, old supports will go away soon.
2016-12-08Minor fixes to parallelize code, cherry picked from @alexrj ↵Alessandro Ranellucci
5242b3e03ab2b195ba9c7c53fba705a8ed1c7abd
2016-12-08Refactored parallelization code, cherry picked from @alexrj ↵Alessandro Ranellucci
36789774471a0bf9a66bb33cc3ab6984f8ede8c6
2016-11-21increased version number.version_1.31.6bubnikv
2016-11-11Update the versionMiro Hrončok
If this version is not updated, Slic3r shows the old version in the title bar and status bar and that can be confusing to the user.