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-30GCodeWriter - made tiny methods inline.bubnikv
2017-01-30When the support extruders are set to 0, support is printed with the current ...bubnikv
2017-01-29FillRectilinear2:bubnikv
2017-01-26Supports - trimming base support layers with the bottom surfaces.bubnikv
2017-01-25Multiple bug fixes in the new support generator to guarantee gapbubnikv
2017-01-25Disable support interface loops by default.bubnikv
2017-01-25utility class ClosestPointInRadiusLookupbubnikv
2017-01-25ExtrusionEntity - add only valid polylinesbubnikv
2017-01-25new function remove_degenerate(Polylines ...)bubnikv
2017-01-25ExtrusionMultiPath perl binding - polyline() method.bubnikv
2017-01-20Added new file: ExtrusionMultiPath.xspbubnikv
2017-01-20Improvements of the new support generator:bubnikv
2017-01-20Fix of ExtrusionMultiPath binding to Perl & G-code generator.bubnikv
2017-01-20Improvement of the move semantics on various objects:bubnikv
2017-01-19Fix of an inconsistent bottom contact layer thicknessbubnikv
2017-01-19Move semantics on MultiPoint, Polygon, Polyline.bubnikv
2017-01-19Move semantics for ExtrusionEntityCollectionbubnikv
2017-01-19New extrusion class: ExtrusionMultiPathbubnikv
2017-01-16Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2017-01-16Fix of the 1st support layer.bubnikv
2017-01-12Change char to intEyal Soha
2017-01-12use int instead of charEyal Soha
2017-01-11Only synchronize intermediate layers if explicitely asked for.version_1.33.2bubnikv
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