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-17Merged with devbubnikv
2018-09-14WIP: Background processing.bubnikv
2018-09-12Merged with devbubnikv
2018-09-11Improved constness of the Print / PrintObject / Layer ...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-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-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-02Wipe tower postprocessing, wipe tower block on 3D plate improved.Lukas Matena
2018-07-20Added some profilling macros into GCodeTimeEstimatorLukas Matena
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-10Changing number of copies invalidates the wipe tower (and thus forces recalcu...Lukas Matena
2018-06-26Merge branch 'master' into wipe_tower_improvementsLukas Matena
2018-06-12C++ code cleanupEnrico Turri
2018-06-07Wiping into infill/objects - invalidation of the wipe tower, bugfixesLukas Matena
2018-05-303DScene timer and _variable_layer_thickness_action method moved to c++Enrico Turri
2018-05-18Fixed a typo in AppConfigbubnikv
2018-03-28Background processing in C++, WIP.bubnikv
2018-03-26Removed an incorrectly placed status line update, causing stackbubnikv
2018-03-23Work in progress: Good bye, Perl Threads!bubnikv
2017-12-14Improvement of region classification numerical stability.bubnikv
2017-09-14Fixed a regression bug, which was made during the porting ofversion_1.37.1bubnikv
2017-09-12Fixed a crash when slicing leads to no print.bubnikv
2017-08-02Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0bubnikv
2017-07-31New feature: Bridging angle override through a bridge_angle configbubnikv
2017-06-26Implementation of "XY size Compensation for first layer"bubnikv
2017-06-15Fixed a variable layer height profile update issue.version_1.35.5bubnikv
2017-06-13Fix of "Raft and support dont work together"bubnikv
2017-06-09Hopefully a fix ofbubnikv
2017-06-08Fixed regression in invalidation of slicing steps.bubnikv
2017-06-01Fixed compilation on gcc.bubnikv
2017-06-01Improved "ensure vertical wall thickness" feature for multi material:bubnikv
2017-05-31Clean-up of print step invalidation.bubnikv
2017-05-31Yet more refactoring of Print / PrintObject in regard tobubnikv
2017-05-30Further refactoring, C++11 conversion and code simplification.bubnikv
2017-05-30Fixed a regression bug from the last commit. Some more code simplificationbubnikv
2017-05-30Print, PrintObject: Invalidation of steps, when chained, will now returnbubnikv
2017-05-25Implemented wipe tower print path preview.bubnikv
2017-04-05Provision for disabling TBB parallelization for debugging purposes.bubnikv
2017-03-28Reverted due to a failing test t\multi.tbubnikv
2017-03-28Some beautification and C++11 adaptation.bubnikv
2017-03-13code beautification, C++11 loopsbubnikv
2017-03-09Parallelized slices_to_fill_surfaces_clipped()bubnikv
2017-03-09Parallelized detection of extra perimeters.bubnikv
2017-03-08Fixed a race condition in the parallelizationbubnikv