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/lib
AgeCommit message (Expand)Author
2011-11-13New --first-layer-height-ratio option. #36Alessandro Ranellucci
2011-11-13New --skirt-height option. #11Alessandro Ranellucci
2011-11-13New --no-extrusion option to disable E valuesAlessandro Ranellucci
2011-11-13Comment for M104 was erroneously saying that it would wait for temperature. #49Alessandro Ranellucci
2011-11-13Use nozzle diameter as flow width when bridgingAlessandro Ranellucci
2011-11-13New fill types (hilbertcurve, archimedeanchords, octagramspiral) and ability ...Alessandro Ranellucci
2011-11-12Bugfix: parsing fatal error on Windows. #38Alessandro 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-09Infill solid layers even when --fill-density is set to zero. #37Alessandro Ranellucci
2011-11-07Support for legacy multiply options in config files. #7Alessandro Ranellucci
2011-11-07Print first layer at Z = 1 * layer_height instead of zero like it was until n...Alessandro Ranellucci
2011-11-07New --retract-lift option to lift Z while doing travel moves. #25Alessandro Ranellucci
2011-11-07Renamed "multiply" to "duplicate". #7Alessandro Ranellucci
2011-11-07Organize perimeters with a nearest point search to avoid unnecessary travel m...Alessandro Ranellucci
2011-11-07Do all perimeters for each island/object at once without moving between multi...Alessandro Ranellucci
2011-11-07Bugfix: arcs now work (some glitches in detecting their center, though). #30Alessandro Ranellucci
2011-11-06Bugfix: G2/G3 I and J coordinates were wrong. #30Alessandro Ranellucci
2011-11-05Enforce the requirement for recent versions of Wx and Math::ConvexHull. #27Alessandro Ranellucci
2011-10-28New experimental --gcode-arcs options to generate G2/G3 commands. #23Alessandro 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: latest retraction changes broke retractionAlessandro Ranellucci
2011-10-14Bugfix: some bridges had wrong perimeters insideAlessandro Ranellucci
2011-10-12Refactored Line objects to arrayrefsAlessandro Ranellucci
2011-10-12Refactoring. Point objects are now plain arrayrefs. Slicing is 30% faster.Alessandro Ranellucci
2011-10-12Implement our own STL relaxed parser to be tolerant with malformed STL files ...Alessandro Ranellucci
2011-10-11Require Math::Clipper 1.02 otherwise fail with a hard errorAlessandro Ranellucci
2011-10-11Reset extrusion distance during retractsAlessandro Ranellucci
2011-10-11Remove useless F params to shrink gcode size (#14) and Reset E before exceedi...Alessandro Ranellucci
2011-10-11Some compatibility bugs. Slic3r will still fail hard with non-manifold objectsAlessandro Ranellucci
2011-10-10More fixes.Alessandro Ranellucci
2011-10-10Improvements for bottom and top surfaces perimetersAlessandro Ranellucci
2011-10-10Bugfix: couldn't set fill density to zeroAlessandro Ranellucci
2011-10-10Moved Temperature under filament optionsAlessandro Ranellucci
2011-10-10Fixes for bridgesAlessandro Ranellucci
2011-10-09Completely rewritten the slicing algorithmAlessandro Ranellucci
2011-10-08Skeining algorithm totally rewrittenAlessandro Ranellucci
2011-10-07Additions to Geometry.pm and allow function exportingAlessandro Ranellucci
2011-10-07Detection of optimal infill direction for bridges. Includes many fixes and im...Alessandro Ranellucci
2011-10-06Merge branch 'high-res-perimeters'Alessandro Ranellucci
2011-10-06Faster algorithm for rectilinear fillAlessandro Ranellucci
2011-10-06New high_res_perimeters option (like the "Skin" plugin for Skeinforge)Alessandro Ranellucci
2011-10-06Faster algorithm for rectilinear fillAlessandro Ranellucci
2011-10-06Code refactored to allow for multiple infill typesAlessandro Ranellucci
2011-10-06Got rid of Math::Geometry::PlanarAlessandro Ranellucci
2011-10-06New algorithm for clipping lines to complex polygonsAlessandro Ranellucci