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
2017-03-16Use Vertex Buffer Objects for rendering of 3D volumes if possible.bubnikv
2017-03-15Rewrote the OpenGL object rendering to indexed triangle / quad setsbubnikv
2017-03-13code beautification, C++11 loopsbubnikv
2017-03-13BoundingBox, Print - methods inlined, added const accessors.bubnikv
2017-03-13Volume rewritten from Perl to C++,bubnikv
2017-03-09Parallelized slices_to_fill_surfaces_clipped()bubnikv
2017-03-09Parallelized detection of extra perimeters.bubnikv
2017-03-08Parallelized TriangleMeshSlicer::make_expolygonsbubnikv
2017-03-08Fixed a race condition in the parallelizationbubnikv
2017-03-08Improved debugging of slicing.bubnikv
2017-03-08Parallelized the slow discover_vertical_shells()bubnikv
2017-03-08C++ compiler suppressed default constructor and assignment operatorbubnikv
2017-03-08Simplify_slices rewritten to C++, parallelized.bubnikv
2017-03-08Fixing of slicing errors ported to C++, parallelized.bubnikv
2017-03-08Parallelized PrintObject::_slice(), make_slices() code.bubnikv
2017-03-08TriangleMeshSlicerbubnikv
2017-03-08Trace TriangleMeshSlicer at loglevel debug (nr. 4)bubnikv
2017-03-07Parallelized PrintObject::detect_surfaces_type()bubnikv
2017-03-07Parallelize PrintObject::process_external_surfaces()bubnikv
2017-03-07Added dependencies on the Intel Thread Building Blocks.bubnikv
2017-03-06Implementation of scaling factor of objects into an AMF file.bubnikv
2017-03-05Fix for OSX: clang requires the member operator< and == to be const.bubnikv
2017-03-03TriangleMeshSlic3r used unordered_map, which was terribly horribly shamelesslybubnikv
2017-03-03Set boost tracing level on DLL initialization to errors only.bubnikv
2017-03-03Tracing of TriangleMesh repair.bubnikv
2017-03-03More tracing of the slicing process.bubnikv
2017-03-02Extended tracing of the slicing process.bubnikv
2017-03-02Define a surface type count constant to be able to address a vectorbubnikv
2017-03-02Optimization of LayerRegion::slices_to_fill_surfaces_clipped()bubnikv
2017-03-02Fix of #117: A large fractal pyramid takes ages to slicebubnikv
2017-03-02Utility function SVG::export_expolygons() to paint a set of possiblybubnikv
2017-03-02The Shiny profiler is not thread safe. Disable parallelization ifbubnikv
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-28Restore [input_filename] in custom G-code as wellAlessandro Ranellucci
2017-02-27Fixed typos in AMF export.bubnikv
2017-02-27Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.bubnikv
2017-02-27Fixing compilation issues.bubnikv
2017-02-27Fixed a bug in AMF serialization.bubnikv
2017-02-27Fixed a missing include.Joseph Lenox
2017-02-27TriangleMesh.cpp/h:bubnikv
2017-02-27Some utility methods to help loading models from the disk.bubnikv
2017-02-26Initial rewrite of the file accessors from Perl to C++.bubnikv
2017-02-22Hopefully fixes the aligned seam:bubnikv
2017-02-22Fix of a typo specific to a debugging build.bubnikv
2017-02-22Changed defaults for the perimeter/infill overlap (15-55%)bubnikv
2017-02-22Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443Alessandro Ranellucci
2017-02-21Command for reloading an object from file. #1466Alessandro Ranellucci
2017-02-21Always retract in bottom layers. #3053 #3618Alessandro Ranellucci
2017-02-21Added make_sphere, generates a mesh with specified step angle and raidus rho.Joseph Lenox
2017-02-21Implement clone() for Fill classesAlessandro Ranellucci