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
2018-05-09Merge with master branchEnrico Turri
2018-05-07Max count of auto assigned extruders when splitting object set as dependent o...Enrico Turri
2018-04-24More robust fix for 3D view and GUI buttons not in synch when object's size i...Enrico Turri
2018-03-22AMF and 3MF export - Export of print config customizable by user in the selec...Enrico Turri
2018-03-09Out of bed detection - 1st installmentEnrico Turri
2018-02-14AMF I/O - Embedded config data + zip formattingEnrico Turri
2018-02-133mf import/export of config dataEnrico Turri
2018-02-083mf Exporter - 1st installmentEnrico Turri
2017-08-02Ported some ModelObject methods from Perl to C++.bubnikv
2017-06-15New feature: Splitting an object into a multi-part volume.bubnikv
2017-06-13Fix of https://github.com/prusa3d/Slic3r/issues/285bubnikv
2017-05-20Implemented UI for ordering volumesbubnikv
2017-02-27Support Prusa Control project files (.PRUS) by the GUI.bubnikv
2017-02-27Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.bubnikv
2017-02-26Initial rewrite of the file accessors from Perl to C++.bubnikv
2017-02-22Added missing get_volume() method to the PrintObject Perl interface.bubnikv
2017-02-09Store / retrieve layer height profile from the AMF file.bubnikv
2017-02-07Added a tooltip overlay for the variable layer height edit tool.bubnikv
2016-11-04Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Ported mode Model methods to XSAlessandro Ranellucci
2015-12-01Ported _arrange() and arrange_object() to XSAlessandro Ranellucci
2015-11-05Replace the flip word with mirror. #3060Alessandro Ranellucci
2015-04-16Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes c...Alessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-12-13Objects can be selected in 3D preview now. Double click and right click work ...Alessandro Ranellucci
2014-12-13Keep model objects aligned to Z = 0 in platerAlessandro Ranellucci
2014-11-13Ported ModelObject::split() to XSAlessandro Ranellucci
2014-09-21Ported more things to XSAlessandro Ranellucci
2014-08-08Ported some more methods to C++Alessandro Ranellucci
2014-08-03Ported some Model methods to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-07-133D preview of platerAlessandro Ranellucci
2014-07-12Store object and volume names in the new 'name' property instead of relying o...Alessandro Ranellucci
2014-07-11Use AMF object and volume metadata for handling per-object and per-volume set...Alessandro Ranellucci
2014-05-15Fixed one more regression introduced with Model refactoring. Includes regress...Alessandro Ranellucci
2014-05-10Some fixes after the recent Model refactoringAlessandro Ranellucci
2014-05-09Refactoring to Model API for making it stricter and saferAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-07Use Pointf for origin_translation and pass const refs whenever possibleAlessandro Ranellucci
2014-05-07Removed StringMapAlessandro Ranellucci
2014-05-05Translate Model class' storage to C++.Y. Sapir