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
path: root/xs
AgeCommit message (Expand)Author
2017-01-11Bugfix of a new support - first layer thickness of the support.version_1.33.1bubnikv
2017-01-11Copy / move assign operators for ExPolygon.version_1.33.0bubnikv
2017-01-11Only compile debug output functions for SupportGenerator if SLIC3R_DEBUG is e...bubnikv
2017-01-11Move semantics for the ExPolygon constructor.bubnikv
2017-01-11Slightly more efficient PrintObject Layer destruction.bubnikv
2017-01-11Bugfix of duplicate support print paths.bubnikv
2017-01-05Another step to make the new C++ supports working.bubnikv
2017-01-05Made the config value support_material_xy_spacing relativebubnikv
2017-01-05Const version of a PrintObject::get_region(). Made get_region() inline.bubnikv
2017-01-05Extended the SVG exporting class with export_expolygons()bubnikv
2017-01-05Improved debugging of the EdgeGrid distance field function.bubnikv
2017-01-03prototyping tweakable XY supports;slicer-builder
2017-01-03Merge remote-tracking branch 'origin/supports-synchronize-layers'bubnikv
2017-01-03Improved debugging of "ensure vertical wall thickness" feature.bubnikv
2017-01-02Fix ofbubnikv
2016-12-21Improvements in the manual layer width editor.bubnikv
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
2016-12-15Merge branch 'master' into devbubnikv
2016-12-15define -DBOOST_LOG_DYN_LINK for boost::logbubnikv
2016-12-14Set BOOST_LOG_DYN_LINK symbol when linking with dynamic boost libraries.bubnikv
2016-12-14Fixed static linking against boost.bubnikv
2016-12-14Added diagnostics of @LIBS, @INCS to the Build.PLbubnikv
2016-12-14Another take to get rid of the templates from the ClipperUtil.hppbubnikv
2016-12-13Had troubles with the template instantiation on OSX, so I revertedbubnikv
2016-12-13Fixed compilation of ClipperUtils on GCC, which is more strictbubnikv
2016-12-13VS2013 could compile this, let's hope GCC will as well.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-12-13Added a move constructor / assignment operator to the old Clipper librarybubnikv
2016-12-13Fixed typo, missing class name.bubnikv
2016-12-12Try to fix compilation problems due to Perl crazy macros.bubnikv
2016-12-12Fix compilation on Linux.bubnikv
2016-12-12Perl crazy macros strike again, they collide with boost threads.bubnikv
2016-12-12Support for user definable variable layer thickness, the C++ backend.bubnikv
2016-12-12ConfigOptionVector::get_at(idx)bubnikv
2016-12-12Added methods set/add to SurfaceCollection.bubnikv
2016-12-12Shortcuts for zero mesh transformations.bubnikv
2016-12-12Minor fix of bridging flow, see @alexrj 3a3b24ec7c803c58919a5401e5804261999875b4bubnikv
2016-12-08Fixes after the merge of changes by @alexrj.bubnikv
2016-12-08Don't be lazy, use fully qualified Slic3r::Polygon/ExPolygon/Point/Line namesbubnikv
2016-12-08Fix compilation, cherry picked from @alexrj fde6e2e61deabd097a3bf565d49480771...Alessandro Ranellucci
2016-12-08Try to fix compilation problem with Boost 1.54. #3595Alessandro Ranellucci
2016-12-08Fix perl redefining multiple functions also defined/used by boostlib through ...Joseph Lenox
2016-12-08Maybe the Travis CI server has more than 16 cores?Alessandro Ranellucci
2016-12-08Try to fix compilation error about the new threads defaultAlessandro Ranellucci
2016-12-08Fixes and improvements to the view selection menu, cherry picked from @alexrj...Alessandro Ranellucci
2016-12-08Minor fixes to parallelize code, cherry picked from @alexrj 5242b3e03ab2b195b...Alessandro Ranellucci
2016-12-08Refactored parallelization code, cherry picked from @alexrj 36789774471a0bf9a...Alessandro Ranellucci
2016-12-08Automatically detect the number of cores and use that as a default for thread...Alessandro Ranellucci
2016-12-08Parallelize TriangleMeshSlicer::slice(), cherry picked from @alexrj 83ad123d9...Alessandro Ranellucci
2016-12-08Fixed regression in the _make_perimeters portAlessandro Ranellucci