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
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-10-20Enabled the C++ fillers for all infills, not just the supports.bubnikv
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
2016-10-03Instantiate the new C++ filler. It will be used for the supports first.bubnikv
2016-09-26Report when the threading is disabled and when the debugging outputbubnikv
2016-09-14Documented the purpose of various perl modules.bubnikv
2016-09-13Configurable volumetric extrusion rate slope.bubnikv
2016-09-13Documented perl modules.bubnikv
2016-05-03Merge remote-tracking branch 'upstream/master'version_1.2.31aVojtech Bubnik
2016-04-11Vojtech likes to use Sublime on Windows to get the wheels rolling.bubnikv
2016-04-09Refactored calls to Wx::Bitmap->newAlessandro Ranellucci
2015-12-16Refactored the Config XS bindingsAlessandro Ranellucci
2015-11-02Fixed memory leakAlessandro Ranellucci
2015-11-01Merge branch 'master' into senderAlessandro Ranellucci
2015-10-27Finished porting LayerRegion to C++Alessandro Ranellucci
2015-07-23Finished porting PerimeterGenerator to C++Alessandro Ranellucci
2015-07-03Initial work for porting PerimeterGenerator to XSAlessandro Ranellucci
2015-07-02Finished porting Slic3r::GCode to XS (speed boost!)Alessandro Ranellucci
2015-07-01Ported Slic3r::GCode storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::OozePrevention storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::Wipe storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::AvoidCrossingPerimeters to XSAlessandro Ranellucci
2015-07-01Finished porting PlaceholderParser to XSAlessandro Ranellucci
2015-06-13More fixes for Unicode path handling (thanks @josefprusa for Czech test VM)Alessandro Ranellucci
2015-06-02More fixes for Unicode filenames support on Windows and OS XAlessandro Ranellucci
2015-05-28Fixed regression introduced with recent fixes to UTF-8 preset names handling ...Alessandro Ranellucci
2015-05-28Merge branch 'master' into senderAlessandro Ranellucci
2015-03-09Hopefully fix all problems with non-ASCII paths on WindowsAlessandro Ranellucci
2015-02-01Merge branch 'master' into senderAlessandro Ranellucci
2015-02-01New option for customization of infill/perimeters overlap. #2459Alessandro Ranellucci
2015-01-25Faster loading of 3D preview and much less memory usedAlessandro Ranellucci
2015-01-09Merge branch 'master' into senderAlessandro Ranellucci
2015-01-07Refactored perimeter generation code into a new separate class for easier uni...Alessandro Ranellucci
2015-01-04More work on print controllerAlessandro Ranellucci
2014-12-24Limit the Perl version warning to 5.16, as 5.18 seems to work fineAlessandro Ranellucci
2014-12-23Revert printf to debugfAlessandro Ranellucci
2014-12-22Fight deadlocksAlessandro Ranellucci
2014-12-21Increase inset overlap toleranceAlessandro Ranellucci
2014-12-17Added an explicit warning when user has old threads.pm version. #2348Alessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-12-13Use a semaphore to synchronize threads instead of blocking with join(). Lock ...Alessandro Ranellucci
2014-12-13Require a recent threads.pm version because of upstream bug 85140 potentially...Alessandro Ranellucci
2014-12-01Refactoring: moved G-code export logic into new Slic3r::Print::GCode class. R...Alessandro Ranellucci
2014-11-24New experimental feature for pressure management. Credits to @llluis for the ...Alessandro Ranellucci
2014-11-23Refactoring: move ooze prevention, wipe and avoid crossing perimeters into ne...Alessandro Ranellucci
2014-11-22Fixes to UTF-8 handling in file pathsAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-11-13Removing empty fileAlessandro Ranellucci
2014-11-09Ported PlaceholderParser::update_timestamp() to XSAlessandro Ranellucci