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 (Collapse)Author
2013-07-03Merge branch 'master' into xsAlessandro Ranellucci
2013-07-03Allow negative values in validation...Alessandro Ranellucci
2013-07-01Add some comments to OpenGL codeAlessandro Ranellucci
2013-07-01Cosmetic changes to the new OpenGL code by iXceAlessandro Ranellucci
2013-07-01Enable PreviewCanvasAlessandro Ranellucci
2013-07-01Merge pull request #1283 from iXce/masterAlessandro Ranellucci
Panning/rotation/zooming support for 3D viewer
2013-07-01Use max of all dimensions instead of max of first 2Guillaume Seguin
2013-07-01CleanupGuillaume Seguin
2013-07-01Working rotation for mesh viewerGuillaume Seguin
2013-06-30Added validation on all settings. #611Alessandro Ranellucci
2013-06-29Start work on rotation handlingGuillaume Seguin
2013-06-29Add panning supportGuillaume Seguin
2013-06-29Implement zoom to pointGuillaume Seguin
2013-06-29Remove leftover from 47b2c13cGuillaume Seguin
2013-06-29Switch to orthographic projectionGuillaume Seguin
2013-06-29Get rid of demo timer in PreviewCanvasGuillaume Seguin
2013-06-24https -> http in manual URLAlessandro Ranellucci
2013-06-24Automatically repair any input STL fileAlessandro Ranellucci
2013-06-24Merge branch 'master' into xsAlessandro Ranellucci
Conflicts: Build.PL
2013-06-24New Slic3r::TriangleMesh::XS classAlessandro Ranellucci
2013-06-24Menu item for launching the manualAlessandro Ranellucci
2013-06-24Remove useless algorithm in loop merging codeAlessandro Ranellucci
2013-06-24Rewrite the algorithm that closes loops in order. We now tolerate the case ↵Alessandro Ranellucci
when more than two facets share a common edge
2013-06-24Merge branch 'master' into newsliceAlessandro Ranellucci
2013-06-23Merge branch 'master' into xsAlessandro Ranellucci
2013-06-23New automatic built-in STL repairAlessandro Ranellucci
2013-06-23New [layer_num] placeholder in layer change G-codeAlessandro Ranellucci
2013-06-23Allow to supply custom G-code via command line if file is not foundAlessandro Ranellucci
2013-06-23Only combine internal infill and leave internal-solid as it is. #1248Alessandro Ranellucci
2013-06-23Cache a Z table for layer range searchAlessandro Ranellucci
2013-06-23Ported get_layer_range() to CAlessandro Ranellucci
2013-06-23Lighter implementation of the slicing algorithm to save memory and timeAlessandro Ranellucci
2013-06-23Optimize concentric loopsAlessandro Ranellucci
2013-06-23Compensate perimeter/infill overlap for concentric infillAlessandro Ranellucci
2013-06-23Ensure there's no numerical error when searching for concave pointsAlessandro Ranellucci
2013-06-23Complete retraction if the wipe path was too short for the full retract. #1264Alessandro Ranellucci
2013-06-23Fixed regression causing wrong direction for inwards move in holes. Includes ↵Alessandro Ranellucci
regression test. #1265
2013-06-22More optimizations in slice_facet()Alessandro Ranellucci
2013-06-22One more little optimizationAlessandro Ranellucci
2013-06-22Little optimizations in slicingAlessandro Ranellucci
2013-06-22Optimization: remove overkill sortAlessandro Ranellucci
2013-06-22Optimization: cache model bounding boxAlessandro Ranellucci
2013-06-22Be tolerant with STL files without the "normal" wordAlessandro Ranellucci
2013-06-22Add regression test for concave starting points. #135Alessandro Ranellucci
2013-06-21Require Boost::Geometry::Utils 0.15Alessandro Ranellucci
2013-06-21Avoid starting loops on convex vertices and/or overhangs. #296 #135Alessandro Ranellucci
2013-06-21Limit fan speed to 100% :-)Alessandro Ranellucci
2013-06-21Add regression test to ensure fan is enabled when printing overhangs. #432Alessandro Ranellucci
2013-06-21Some fixes about overhang detection. Includes regression testsAlessandro Ranellucci
2013-06-20Note to self in codeAlessandro Ranellucci