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-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-03-01Fixed a bug after merge.bubnikv
2017-02-28Correctly rename g-code file once it is generated.bubnikv
2017-02-28Remove unnecessary method callAlessandro Ranellucci
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-28Some documentation on missing functionalities.bubnikv
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-27Removed CoolingBuffer.pm as it has been superseeded by the C++ code.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-27Good bye, Perl Expat binding!bubnikv
2017-02-27Fix of a warning in expat parser, which turns to an errorbubnikv
2017-02-27Disabling the support tests until the test suite is modifiedbubnikv
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-26Using the C++ file loaders.bubnikv
2017-02-26Removed the old Perl Supports.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-22Fixes an issue: Slic3r outputs Weight: %.1fg, Cost: %.1f on command line,bubnikv
2017-02-21Command for reloading an object from file. #1466Alessandro Ranellucci
2017-02-21By @lordofhyphens:bubnikv
2017-02-21Support decimal scaling factors and rotation angles. #1617Alessandro Ranellucci
2017-02-21Bugfix: --rotate did not support decimal values and interpreted them as radia...Alessandro Ranellucci
2017-02-21Always retract in bottom layers. #3053 #3618Alessandro Ranellucci
2017-02-21Only enable movers if modifier mesh.Joseph Lenox
2017-02-21Repair the generic mesh so it can be exported.Joseph Lenox
2017-02-21Added UI options to make a slab, defaulting to the model object's bounding bo...Joseph Lenox
2017-02-21UI: fixed naming sphere is not a cylinder.Joseph Lenox
2017-02-21UI code to generate a generic sphere.Joseph Lenox