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
AgeCommit message (Expand)Author
2017-05-15Fix of a multi-material g-code export.version_1.34.1.24bubnikv
2017-05-15Fixed crashes intruduced recently into G-code generator.bubnikv
2017-05-12Missing include for OSX.bubnikv
2017-05-12Support material - Fixed some compilation warnings, added new debbugingbubnikv
2017-05-12Support Generator: Fixed initial indices in search caches.bubnikv
2017-05-12Fixing some missing layers with support material.bubnikv
2017-05-12Wipe tower refactored to remove renundancies,bubnikv
2017-05-10Include <strings.h> on linux.bubnikv
2017-05-10Added Prusa MultiMaterial Wipe Tower. Now it is time to integrate itbubnikv
2017-05-10Improved G-code generator for multi-material printsbubnikv
2017-05-05Added Notes Tab to Printer Settings #210bubnikv
2017-05-05Performance improvements of the MotionPlannerbubnikv
2017-05-03Provide own implementation of std::make_unique for older compilers.bubnikv
2017-05-03missing include <memory>bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-04-18Fixes loading of multi-part ASCII STLs.bubnikv
2017-04-10Finalized the experimental "synchronize support layers with object layers"bubnikv
2017-04-07Fixed some rare support issues connected with the 1st print layer.bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-04-05Finalized the Prusa Control project file format import.bubnikv
2017-04-05Removed some unused code.bubnikv
2017-04-05Fix ofbubnikv
2017-04-05Provision for disabling TBB parallelization for debugging purposes.bubnikv
2017-04-05Adapted BoundingBox get_extents(const ExPolygons &expolygons)bubnikv
2017-04-05Simplification, C++11 beautification.bubnikv
2017-04-05C++11 beautification of loops.bubnikv
2017-04-05Operator< for Pointbubnikv
2017-04-05Debugging output and asserts for TriangleMeshSlicer::slice().bubnikv
2017-04-04Fix of https://github.com/prusa3d/Slic3r/issues/214bubnikv
2017-04-04Fix of https://github.com/prusa3d/Slic3r/issues/232bubnikv
2017-04-03Fixing "opening an obj file causes Slic3r to become stuck and use 100% on one...bubnikv
2017-03-31Fixed crashes on OpenGL < 2 due to printing null pointers returnedbubnikv
2017-03-30Fixes of VBO rendering on Linux with wxWidgets & GTKversion_1.34.0bubnikv
2017-03-29Fixed missing #include<assert.h>bubnikv
2017-03-29Bundled Eigen library.bubnikv
2017-03-29Reset wipe moves on tool change and on travel.bubnikv
2017-03-28Rewrote next_highest_power_of_2 as a template as OSX had issues withbubnikv
2017-03-28Improved memory allocation efficiency of the 3D path preview generator.bubnikv
2017-03-28Reverted due to a failing test t\multi.tbubnikv
2017-03-28Snapped the bottom interface layer print heights to the top interfacebubnikv
2017-03-28Some beautification and C++11 adaptation.bubnikv
2017-03-27Fixing Zero extrusion print moves and overlapping regions in first layerbubnikv
2017-03-27Moved the NVIDIA and AMD hints to the slic3r.exe wrapper.bubnikv
2017-03-24Bugfix: when the Voronoi diagram contained very large coordinates we need to ...bubnikv
2017-03-23Documented the boost libraries required by Slic3r Prusa Editionbubnikv
2017-03-23Link boost & intel Thread Building Blocks statically by defaultbubnikv
2017-03-23Simplified the skirt paths.bubnikv
2017-03-23Fixed colors of the path preview.bubnikv
2017-03-23Fixed iusses in rendering print paths through VBOs for multiple objects.bubnikv