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/xsp
AgeCommit message (Expand)Author
2020-04-23Add ModelArrange.hpp as extension to Model.hpp, use it for duplicatingtamasmeszaros
2020-04-23Add min_object_distance method as free function taking ConfigBase argumenttamasmeszaros
2020-02-09Fixed unit tests broken with the previous commit (Spiral Vase fix).bubnikv
2020-02-07Fixed a bug in validation of the FDM Print to check for extruderbubnikv
2020-01-23Fixed Perl bindings after refactoring.bubnikv
2020-01-06Fixing perl bindings after refactoringbubnikv
2019-10-16Fix of perl bindingsbubnikv
2019-10-16new cheaper constructor for DynamicPrintConfig from FullPrintConfig:bubnikv
2019-10-04Fixed regression due to ExPolygonCollection to ExPolygons refactoring.bubnikv
2019-10-01FDM Print refactoring:bubnikv
2019-09-27Rest of the path chaining has been replaced with the new algorithm.bubnikv
2019-09-26WIP: Consolidation of shortest path calculations,bubnikv
2019-09-19Fix of perl bindingsbubnikv
2019-09-16Fix of Perl bindings after ExtrusionEntity::clone() refactoringbubnikv
2019-09-04WIP: Reworked the infill generator to merge areas with the samebubnikv
2019-07-25Fixed broken Perl bindings.bubnikv
2019-07-04Merge remote-tracking branch 'origin/master' into vb_undo_redobubnikv
2019-06-27WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBasebubnikv
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-20Integrated the new layer height spans with configs into the backend.bubnikv
2019-06-11Sharing TriangleMesh objects between the front end (UI) and back endbubnikv
2019-06-10admesh refactoring: Use Eigen vec3i for indexed triangles.bubnikv
2019-06-10admesh refactoring: separation of the shared vertices / indicesbubnikv
2019-06-10admesh refactoring: Removed the shared_vertices counter as it is nowbubnikv
2019-06-10Refactored admesh to get rid of the error and fp members of stl_file.bubnikv
2019-06-05Fix of perl bindingsbubnikv
2019-05-22Fixed unit tests when run with range checks on std::vectorLukas Matena
2019-05-20Fix two errors with -Werror=format-securityJason Tibbitts
2019-05-13Updated handling of the SLIC3R_BUILD_ID keybubnikv
2019-05-03Implemented the "Support for support enforcers only" quick selection.bubnikv
2019-04-16Another fix of the perl bindingsbubnikv
2019-04-16Fixed trianglemeshslicer perl bindings, thus the unit tests.bubnikv
2019-04-15Harmonized the application naming.bubnikv
2019-03-13Fixed perl bindingsbubnikv
2019-03-13Reworked the command line interface based on the current statebubnikv
2019-03-01Fixed Perl bindings.bubnikv
2019-02-25Fixed Perl bindingsbubnikv
2019-01-24Removed ExPolygon::triangulate_pp() from Perl XS bindings and unit tests.bubnikv
2019-01-23Fixed layer height profile access from Perl XSbubnikv
2019-01-16Upgrade Boost to 1.66 on WindowsVojtech Kral
2018-12-11Trigger background processing update when switching to a preview tab.bubnikv
2018-12-11WIP: Command line slicing for SLA.bubnikv
2018-12-03Implemented naming of the SLA export file based on the output file namebubnikv
2018-11-22Removed legacy GUI Perl bindings,bubnikv
2018-11-19Fix buildVojtech Kral
2018-11-12Getting rid of AppController.tamasmeszaros
2018-11-08Separated Print / PrintObject into PrintBase.cpp/h to support SLAPrintbubnikv
2018-11-06WIP: When iterating over PrintObject's regions, use the region countbubnikv
2018-11-05Fixed some issues with front end / back end synchronization.bubnikv