Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-11-09Fixes https://github.com/prusa3d/Slic3r/issues/26bubnikv
2016-11-08Fix of https://github.com/prusa3d/Slic3r/issues/16version_1.31.3bubnikv
2016-11-08Fix of https://github.com/prusa3d/Slic3r/issues/20bubnikv
2016-11-05Refactored Print::validate() method to not throw an exception, butbubnikv
2016-11-04Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11bubnikv
2016-11-03Only call wxWidgets method wxApp::SetAppDisplayName for wxWidgets 3.0bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-11-01Added "Notes" page to the filament configuration.bubnikv
2016-10-25"Background slice now" function, initial implementation by @lordofhyphensbubnikv
2016-10-24On Windows use the Slic3r.ico instead of the PNG filebubnikv
2016-10-24Fixed a division by zero in 3D scene, if there is nothing to show.bubnikv
2016-10-24Suppress the '- default -' selection of Print/Filament/Printer settingsbubnikv
2016-10-24by alexrj: Fixes in GCodeSender to reset the connection after it breaks.bubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-10-21Unified the creation of paths of debugging output filesbubnikv
2016-10-20Enabled the C++ fillers for all infills, not just the supports.bubnikv
2016-10-18Fix of a crash when setting a viewport over an empty platter.bubnikv
2016-10-17Disable debugging output from the Filler2.pmbubnikv
2016-10-16Added a new switch: ensure_vertical_shell_thicknessbubnikv
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
2016-10-05Select standard camera views (left / right / top / bottom / front / rear / de...bubnikv
2016-10-04Made the sheath around the base support configurable. Without the sheathbubnikv
2016-10-04A new feature "support_material_buildplate_only" implemented.bubnikv
2016-10-03Added a low layer slider into the 3D preview window.bubnikv
2016-10-03Instantiate the new C++ filler. It will be used for the supports first.bubnikv
2016-09-26Misc bugfixes.bubnikv
2016-09-26Visualization of fill surfaces.bubnikv
2016-09-26Don't adjust width of infill. It produces dangerously wide fills.bubnikv
2016-09-26Report when the threading is disabled and when the debugging outputbubnikv
2016-09-26Draft of a 3D toolpaths preview.bubnikv
2016-09-23Fix of a spiral vase with realtive extruder distances enabled.bubnikv
2016-09-15Optimization of the layer offsets in 3D visualization.bubnikv
2016-09-15Generate multiple vertex lists rather than requesting a single hugebubnikv
2016-09-14OpenGL support through GLEW. Only active if compiled with SLIC3R_GUI=1.bubnikv
2016-09-14Documented the purpose of various perl modules.bubnikv
2016-09-14Documented.bubnikv
2016-09-13Configurable volumetric extrusion rate slope.bubnikv
2016-09-13Documented perl modules.bubnikv
2016-09-13Debugging code: Storing the test STLs inlined in the Perl code into a file.bubnikv
2016-09-12Initial commit of the new Pressure Equalizer, the EdgeGridbubnikv
2016-09-12Reverted some now unnecessary changes. Reverted the infill to the original pe...bubnikv
2016-09-12Meged with release_candidate_1_3bubnikv
2016-09-05New command line option: --dont-arrangebubnikv
2016-06-03Merge branch 'master' of https://github.com/alexrj/Slic3r into release_candid...Vojtech Bubnik
2016-06-03Fix of a crash when the Print Bed dialog is reopened after the bed shapebubnikv
2016-06-032D platter rendering fixed on Windows, and the background color fixedbubnikv
2016-06-03Fixes a performance issues on Windows, where the cut is beingbubnikv
2016-06-03Moved the Bonjour discovery to Tab.pm,bubnikv
2016-06-01Fix of git #3293: More efficient GCode exportbubnikv
2016-05-31Add XYZ homing button to printer manual controlAlessandro Ranellucci