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
2020-09-24Trying to fix perl bindingsVojtech Bubnik
2020-06-24Fixed includesYuSanka
2020-04-23Add ModelArrange.hpp as extension to Model.hpp, use it for duplicatingtamasmeszaros
2019-06-20Reworked the Perl unit / integration tests to use the same Printbubnikv
2019-06-20Removed the layer_height_ranges from the Perl bindings and unit tests.bubnikv
2019-06-11Sharing TriangleMesh objects between the front end (UI) and back endbubnikv
2019-02-25Fixed Perl bindingsbubnikv
2018-12-11WIP: Command line slicing for SLA.bubnikv
2018-11-19Fix buildVojtech Kral
2018-11-08Separated Print / PrintObject into PrintBase.cpp/h to support SLAPrintbubnikv
2018-11-05Fixed some issues with front end / back end synchronization.bubnikv
2018-11-02ModelBase ID refactoring, starting to work.bubnikv
2018-10-18Merge branch 'dev_native' into vb_dev_native_background_processingbubnikv
2018-10-17WIP: Reconstruction of background processing update timer,bubnikv
2018-10-16ModelInstance's full 3D transform set as defaultEnrico Turri
2018-09-25Merge remote-tracking branch 'origin/dev2' into dev_nativebubnikv
2018-09-25Updated AMF/3MF import to pass configuration into a DynamicPrintConfigbubnikv
2018-09-25ModelInstance full 3D transform code moved into a single technologyEnrico Turri
2018-09-241st installment of ModelInstance 3D scale componentsEnrico Turri
2018-09-24Fixed arrange for objects with 3D rotationsEnrico Turri
2018-09-201st installment of ModelInstance 3D rotation componentsEnrico Turri
2018-09-17Merged with devbubnikv
2018-08-27Fixed conflicts after merging with masterEnrico Turri
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
2018-08-21Lay flat - rotation is now done in one go directly about the necessary axisLukas Matena
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