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
2015-02-09Bump version numberAlessandro Ranellucci
2015-02-01Releasing 1.2.61.2.6Alessandro Ranellucci
2015-02-01Ported prepare_fill_surfaces() to XS/C++Alessandro Ranellucci
2015-02-01New option for customization of infill/perimeters overlap. #2459Alessandro Ranellucci
2015-01-31Typo in previous commitAlessandro Ranellucci
2015-01-31Modernize some defaultsAlessandro Ranellucci
2015-01-30New --before-layer-change option and new layer_z placeholder. #2602Alessandro Ranellucci
2015-01-30Don't output slic3r:z attribute in SVG for raft layersAlessandro Ranellucci
2015-01-30Added a new Slic3r::Geometry::simplify_polygons() functionAlessandro Ranellucci
2015-01-29Fixed minor issue in 3D preview causing single-line toolpaths to miss the cap...Alessandro Ranellucci
2015-01-28Merge pull request #2595 from xdissent/deserialize-pointsAlessandro Ranellucci
2015-01-28Use std::getline to deserialize point list coords, fixes #2318Greg Thornton
2015-01-28Bugfix: tangent horizontal mesh surfaces were not included in slices under ra...Alessandro Ranellucci
2015-01-25Minor optimization in TriangleMesh codeAlessandro Ranellucci
2015-01-25Bugfix: crash when rendering lines with zero length in 3D preview. #2569Alessandro Ranellucci
2015-01-25Faster loading of 3D preview and much less memory usedAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-19New option for vertical distance between object and support material, with sp...Alessandro Ranellucci
2015-01-18Minor issue when dealing with files with empty layers at bottom. #2553Alessandro Ranellucci
2015-01-18Clarified tooltip for First Layer Extrusion Width. #2543Alessandro Ranellucci
2015-01-18Ported toolpaths rendering to C++Alessandro Ranellucci
2015-01-18Populate ExtrusionPath::height correctly in case of bridgeAlessandro Ranellucci
2015-01-16New +Line::intersection_infinite() methodAlessandro Ranellucci
2015-01-16Bump version numberAlessandro Ranellucci
2015-01-15Initial work for 3D rendering of toolpathsAlessandro Ranellucci
2015-01-14Support --solid-fill-pattern for legacy. #2527Alessandro Ranellucci
2015-01-09Releasing 1.2.51.2.5Alessandro Ranellucci
2015-01-09Don't put any M200 automatically when volumetric mode is selected. Explain ho...Alessandro Ranellucci
2015-01-09Bugfix: objects were floating in STL export after rotation and flip. #2512Alessandro Ranellucci
2015-01-08Fixed segfault in new MotionPlanner code when environments were empty (small ...Alessandro Ranellucci
2015-01-08Bump version numberAlessandro Ranellucci
2015-01-08The inwards move after an external loop was still randomly generated outwards...Alessandro Ranellucci
2015-01-07Bugfix: validation for sequential printing was not entirely correct. #2480Alessandro Ranellucci
2015-01-07Minor fix after recent changes in MotionPlannerAlessandro Ranellucci
2015-01-06Fix compilationAlessandro Ranellucci
2015-01-06Minor improvement to IntersectionLine (now subclasses Line)Alessandro Ranellucci
2015-01-06Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother pat...Alessandro Ranellucci
2015-01-06Added several drawing methods to Slic3r::SVGAlessandro Ranellucci
2015-01-06New methods in Slic3r::SVG C++ classAlessandro Ranellucci
2015-01-06Refactored the travel/retract/avoid_crossing_perimeters logic. Several edge c...Alessandro Ranellucci
2015-01-06Fixed one more case where only_retract_when_crossing_perimeters didn't apply....Alessandro Ranellucci
2015-01-05Bugfix: artifacts were introduced when perimeters were recalculated through i...Alessandro Ranellucci
2015-01-05Option to use volumetric E values. #1746Alessandro Ranellucci
2015-01-05Bugfix: a bug in Polyline::split_at() caused random loss of perimeter segment...Alessandro Ranellucci
2015-01-04Mark Vibration Limit as deprecated. #2483Alessandro Ranellucci
2015-01-04Prettify infill pattern labelsAlessandro Ranellucci
2015-01-03Bugfix: Douglas-Peucker used perpendicular distance instead of shortest dista...Alessandro Ranellucci
2014-12-30Releasing 1.2.41.2.4Alessandro Ranellucci
2014-12-30Bugfix: early object destruction caused a segfault when splitting. Also fixed...Alessandro Ranellucci
2014-12-30Bugfix: auto-center didn't update the PrintObject copies properly, causing mi...Alessandro Ranellucci