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-09Fixed conflict in previous mergeEnrico Turri
2018-05-07Max count of auto assigned extruders when splitting object set as dependent o...Enrico Turri
2018-05-02Fixed crash when pressing 'A' with empty print bedEnrico Turri
2018-04-13Removed printf debugging outputbubnikv
2018-04-12Fixed object cuttingEnrico Turri
2018-04-10Auto assignement of extruder, after object's splitting to partsEnrico Turri
2018-04-09Auto assign multi-part extrudersEnrico Turri
2018-03-20Out of bed detection - Fixed false detection due to float precisionEnrico Turri
2018-03-14Merge branch 'scene_manipulators'bubnikv
2018-03-14Extended Print::validate() to check, whether the objectsbubnikv
2018-03-09Out of bed detection - 1st installmentEnrico Turri
2018-03-063mf I/O - Fixed object sinking into bed after importEnrico Turri
2018-02-22Remove .zip from file extension on import to avoid having it added again and ...Enrico Turri
2018-02-14AMF I/O - Embedded config data + zip formattingEnrico Turri
2018-02-133mf import/export of config dataEnrico Turri
2018-01-303mf Importer - 1st installmentEnrico Turri
2017-10-17Utility functions to pass wxWidgets pointers from Perl to C++ code.bubnikv
2017-08-28Fixed a regression bug (bundling of multiple STLs into a single model).bubnikv
2017-08-16Initial implementation of a CMake build system for the Slic3r XS module.bubnikv
2017-08-03Unicode handling:bubnikv
2017-08-02Ported some ModelObject methods from Perl to C++.bubnikv
2017-06-21Compilation issue on Linux & OSXbubnikv
2017-06-19Fix of a "split" function issue.bubnikv
2017-06-15New feature: Splitting an object into a multi-part volume.bubnikv
2017-06-13Auto arrange: Do at least something if the objects do not fit the bed.bubnikv
2017-06-13Fix of https://github.com/prusa3d/Slic3r/issues/285bubnikv
2017-02-27Some utility methods to help loading models from the disk.bubnikv
2017-02-21Command for reloading an object from file. #1466Alessandro Ranellucci
2017-02-09Store / retrieve layer height profile from the AMF file.bubnikv
2016-11-16Optimization of Model bounding box routines (avoids copying the mesh),bubnikv
2016-11-04Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-03-20When loading an AMF file having multiple objects that look like multiple part...Alessandro Ranellucci
2015-12-14Fix one regression in arrangeAlessandro Ranellucci
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-11-04Removed unused variablesntfshard
2015-11-04Fix: Initializer list, right initialisation orderntfshard
2015-06-01Prevent writing empty materials to AMF files. Also add a note about material-...Alessandro Ranellucci
2015-05-03Use radians everywhere, including ModelInstance::rotationAlessandro Ranellucci
2015-05-03Bugfix: splitting a rotated object resulted in wrong positions. #2772Alessandro 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
2015-01-09Bugfix: objects were floating in STL export after rotation and flip. #2512Alessandro Ranellucci
2014-12-30Bugfix: early object destruction caused a segfault when splitting. Also fixed...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