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
2013-07-06New options: start_perimeters_at_concave_points start_perimeters_at_non_overhangAlessandro Ranellucci
2013-07-05New Quality section in GUIAlessandro Ranellucci
2013-07-05Move infill_every_layers infill_only_where_needed into their own "Reducing Pr...Alessandro Ranellucci
2013-07-05Fix starting point after overhang clipping is performedAlessandro Ranellucci
2013-07-05One more fix in overhang starting point detectionAlessandro Ranellucci
2013-07-05Prefer starting points that are NOT in overhangsAlessandro Ranellucci
2013-07-05Optimization: don't store wipe path if wipe is not requestedAlessandro Ranellucci
2013-07-05Use dclone() in Point class tooAlessandro Ranellucci
2013-07-05Use dclone() in Polyline and ExPolygon tooAlessandro Ranellucci
2013-07-05Optimization in Polyline instantiationAlessandro Ranellucci
2013-07-05Slight optimizationAlessandro Ranellucci
2013-07-05Skip slow gap detection if we aren't going to fill gaps anywayAlessandro Ranellucci
2013-07-05Removed useless, slow, codeAlessandro Ranellucci
2013-07-03New freeze.t testAlessandro 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
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-24Menu item for launching the manualAlessandro 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-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
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-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