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
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-04Fix bug in admesh code that causes random binary STL files not to be read cor...Alessandro 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
2014-12-29Bump version numberAlessandro Ranellucci
2014-12-29Octoprint -> OctoPrintAlessandro Ranellucci
2014-12-29Releasing 1.2.31.2.3Alessandro Ranellucci
2014-12-28Bump version numberAlessandro Ranellucci
2014-12-28Integration with Octoprint. #1826Alessandro Ranellucci
2014-12-27Releasing 1.2.21.2.2Alessandro Ranellucci
2014-12-25Tell what options were changed when prompting user for saving a modified pres...Alessandro Ranellucci
2014-12-25One more retraction optimizationAlessandro Ranellucci
2014-12-24Bugfix: the region_volumes vector was not always extended after creating new ...Alessandro Ranellucci
2014-12-24Ported PrintObject::bridge_over_infill() to XSAlessandro Ranellucci
2014-12-24Make infill_only_where_needed idempotent. #2198Alessandro Ranellucci
2014-12-24Bugfix: a typo caused wrong loop splitting, thus wrong ordering of perimeters...Alessandro Ranellucci
2014-12-23Smarter automatic disabling of GUI fields + reordering of Print Settings page...Alessandro Ranellucci
2014-12-22Align infill across layers regardless of first-layer-specific extrusion width...Alessandro Ranellucci
2014-12-22Bugfix: only_retract_when_crossing_perimeters was not correctly applied on bo...Alessandro Ranellucci
2014-12-22Remove the "(slow)" mark on infill patterns that used to be slow in the pastAlessandro Ranellucci
2014-12-22Fixed concave_points() and convex_points() after recent change of ccw_angle()Alessandro Ranellucci
2014-12-22Some more work on wireframeAlessandro Ranellucci
2014-12-17Minor fix to BridgeDetectorAlessandro Ranellucci
2014-12-17Fixed testsAlessandro Ranellucci
2014-12-17Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585dAlessandro Ranellucci
2014-12-17Use perimeter extruder for brim. #618Alessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-12-15Some initial work for 3D slice renderingAlessandro Ranellucci