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
2011-12-05Fixed regression. The repair algorithm was not working after recent changes. ...0.5.5bAlessandro Ranellucci
2011-12-04More fixes for bridges. #58Alessandro Ranellucci
2011-12-04Connect infill segments and adjust spacing and flow rate to fill the area com...Alessandro Ranellucci
2011-12-03Many fixes to the bridge direction detection algorithm and other things. #58Alessandro Ranellucci
2011-12-03Slic3r should now be able to detect optimal bridging direction for any kind o...Alessandro Ranellucci
2011-12-02New --extrusion-axis option; removed --no-extrusionAlessandro Ranellucci
2011-12-02Note used settings in exported gcode. #52Alessandro Ranellucci
2011-12-02Fixed regression: fill density = 0 was preventing extra solid layers. #75Alessandro Ranellucci
2011-11-30Bugfix: some bridges were not detected correctly. #57Alessandro Ranellucci
2011-11-30Warn about models with overlapping or intersecting facets but try to repair w...Alessandro Ranellucci
2011-11-30Refactoring: moved slicing code to new TriangleMesh class, leaving in STL jus...Alessandro Ranellucci
2011-11-29Bugfix: fill density = 0 was preventing generation of extra solid layers. #75Alessandro Ranellucci
2011-11-28New --bridge-feed-rate option. #68Alessandro Ranellucci
2011-11-27Bugfix: sparse and wrong infill was generated for objects with null fill dens...Alessandro Ranellucci
2011-11-26Bugfix: setting temperature to zero didn't remove it from outputAlessandro Ranellucci
2011-11-25Bugfix: infill every 'n' layers was broken after recent changesAlessandro Ranellucci
2011-11-24Revert "Disable retraction when moving over infill space. #29"Alessandro Ranellucci
2011-11-23Large refactoring. Cleaner logic, smaller memory footprint.Alessandro Ranellucci
2011-11-23Fixes, improvements and refactoring for bridges and solid surfaces.Alessandro Ranellucci
2011-11-23Bugfix: no top surfaces when they were too close to bridgesAlessandro Ranellucci
2011-11-22Bugfix: some regions near bridges were left blank. #58Alessandro Ranellucci
2011-11-21Merge branch 'new-bridges'Alessandro Ranellucci
2011-11-21Disable retraction when moving over infill space. #29Alessandro Ranellucci
2011-11-19Add a M109 for temperature controlAlessandro Ranellucci
2011-11-19Add a M109 for temperature controlAlessandro Ranellucci
2011-11-19New bridging logic, more robust. #58Alessandro Ranellucci
2011-11-16Print solid infill without cutting an internal surface under small regions su...Alessandro Ranellucci
2011-11-16Bugfix: some solid layers were skipped. #47Alessandro Ranellucci
2011-11-16Little refactoring, removing useless methodsAlessandro Ranellucci
2011-11-15Bugfix: bottom layer speed settings were ignored.Alessandro Ranellucci
2011-11-15Disable M104 if temperature is 0Alessandro Ranellucci
2011-11-14Remove G92 E0 if --no-extrusion was suppliedAlessandro Ranellucci
2011-11-14Bugfix: recent changes broke the "Infill every N layers" featureAlessandro Ranellucci
2011-11-13New --skirt-height option. #11Alessandro Ranellucci
2011-11-13Comment for M104 was erroneously saying that it would wait for temperature. #49Alessandro Ranellucci
2011-11-12Detect membranes (solid parts generating both a bottom and a top surface on t...Alessandro Ranellucci
2011-11-12Cleanup lines resulting from plane intersection before detecting polygons. Th...Alessandro Ranellucci
2011-11-11Collect undetected lines (caused by dirty or non-manifold models), warn the u...Alessandro Ranellucci
2011-11-07Print first layer at Z = 1 * layer_height instead of zero like it was until n...Alessandro Ranellucci
2011-10-18New --fill-every-layers option to get high accuracy on external surfaces whil...Alessandro Ranellucci
2011-10-17Bugfix: extrusion distance wasn't reset at print start, causing a possible hu...Alessandro Ranellucci
2011-10-15Refactored Perimeter code with new Slic3r::Polygon and Slic3r::ExPolygon objectsAlessandro Ranellucci
2011-10-14New --start-gcode and --end-gcode options. #12Alessandro Ranellucci
2011-10-14Bugfix: some bridges had wrong perimeters insideAlessandro Ranellucci
2011-10-12Refactoring. Point objects are now plain arrayrefs. Slicing is 30% faster.Alessandro Ranellucci
2011-10-10More fixes.Alessandro Ranellucci
2011-10-10Improvements for bottom and top surfaces perimetersAlessandro Ranellucci
2011-10-10Fixes for bridgesAlessandro Ranellucci
2011-10-09Completely rewritten the slicing algorithmAlessandro Ranellucci
2011-10-07Detection of optimal infill direction for bridges. Includes many fixes and im...Alessandro Ranellucci