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/xs
AgeCommit message (Expand)Author
2017-03-05Fix for OSX: clang requires the member operator< and == to be const.bubnikv
2017-03-04Clipper memory optimization: Own memory manager for OutPt objects.bubnikv
2017-03-03Another Clipper optimization. When adding a set of pathsbubnikv
2017-03-03Fix: Orientation() has been declared inline, therefore not exported.bubnikv
2017-03-03Clipper library:bubnikv
2017-03-03Some optimization of memory allocation, some reduction / inlining of short fu...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-03Reverted unification of positive and negative zeros when loadedbubnikv
2017-03-03More tracing of the slicing process.bubnikv
2017-03-02Revert "Some optimization of memory allocation, some reduction / inlining of ...bubnikv
2017-03-02Revert "Clipper library:"bubnikv
2017-03-02Revert "Fix: Orientation() has been declared inline, therefore not exported."bubnikv
2017-03-02Fix: Orientation() has been declared inline, therefore not exported.bubnikv
2017-03-02Clipper library: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-02Shiny Profiler: Disable exponential dumping of the timing data.bubnikv
2017-03-02Need to include '-lboost_filesystem' in build #166bubnikv
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-03-01Some optimization of memory allocation, some reduction / inlining of short fu...bubnikv
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-28Restore [input_filename] in custom G-code as wellAlessandro Ranellucci
2017-02-28Update Config.xsp (#50)AndylgTom
2017-02-27Support Prusa Control project files (.PRUS) by the GUI.bubnikv
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-27Fix of a warning in expat parser, which turns to an errorbubnikv
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-26AdMesh:bubnikv
2017-02-26Initial rewrite of the file accessors from Perl to C++.bubnikv
2017-02-26Include expat parser into the Slic3r source code tree.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-22Added missing get_volume() method to the PrintObject Perl interface.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
2017-02-21Made cube and cylinder static functions of the package, not some specific Tri...Joseph Lenox