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
AgeCommit message (Expand)Author
2017-11-30Load the wxWidgets PNG handler only once.bubnikv
2017-11-30Slight optimization of the filament_start_gcode insertion:bubnikv
2017-11-30Fixed a regression issue when starting Slic3r with non-existent datadir.bubnikv
2017-11-28Ported the between_objects_gcode custom G-code blocks,bubnikv
2017-11-28Implemented loading of a Slic3r Config Bundle as a Slic3r Config file.bubnikv
2017-11-28Improve error handling of loading Slic3r profiles.bubnikv
2017-11-10Fixed compilation on Linux / GTKbubnikv
2017-11-10Integrated the "compatible printers" idea by @alexrj with Vojtech's twist:bubnikv
2017-11-09Implemented volumetric flow rate hints,bubnikv
2017-11-09Initial definition of PresetHints C++ class and Perl binding, ported the cool...bubnikv
2017-11-03Fixed loading of configs and configs from g-codes.bubnikv
2017-11-02When loading Slic3r.ini of older Slic3rs, remove the .ini suffixbubnikv
2017-11-02Fighting with boost::filesystem::directory_iteratorbubnikv
2017-11-02Another fix or Unices of the previous commit.bubnikv
2017-11-02Fixed serial port enumeration on non-Win32 systems.bubnikv
2017-11-02Looks like the reworked C++ preferences start to work again.bubnikv
2017-11-01Next step of Perl to C++ configuration layer conversion.bubnikv
2017-10-30Split Preset.cpp,hpp to Preset.cpp,hpp and PresetBundle.cpp,hppbubnikv
2017-10-30New C++ class AppConfig for maintaining the config.inibubnikv
2017-10-28Reduce UI flicker.bubnikv
2017-10-26Another step towards the C++ presets.bubnikv
2017-10-25Another step towards C++ presets.bubnikv
2017-10-17Utility functions to pass wxWidgets pointers from Perl to C++ code.bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-10-04Fix of a 3D print path preview for the wipe tower: Calculatebubnikv
2017-10-03Fixes the scene disappearing when there are no Prusa MM priming towers.bubnikv
2017-10-02Load presets into the new C++ class.bubnikv
2017-09-20Further fixes of the previous commit.bubnikv
2017-09-20Fix of the previous commit: Fix compilation on Linux.bubnikv
2017-09-19Initial partial implementation of presets in C++.bubnikv
2017-09-13Set a missing bbox.defined flag.bubnikv
2017-09-12Fix of "exponentional values generated as G1 F-1.95058e+006 causing problems"bubnikv
2017-09-11Many warnings fixed (#510)eyal0
2017-09-04Implemented an initial priming line for a single-material printbubnikv
2017-09-01Implemented priming of all the filaments of the Prusa Multi Material.bubnikv
2017-06-08Implemented raft support for the wipe towerbubnikv
2017-06-06Fix of View menu not working https://github.com/prusa3d/Slic3r/issues/307bubnikv
2017-05-30Fixed order of loading the configs into Print / PrintObjectsbubnikv
2017-05-25fixed compilation on Windowsbubnikv
2017-05-25Implemented wipe tower print path preview.bubnikv
2017-05-24New config field extruder_color for preview of extruder assignment.bubnikv
2017-05-17Initial implementation of a wipe tower preview UI.bubnikv
2017-04-07Merged support_fills with support_interface_fills.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-28Improved memory allocation efficiency of the 3D path preview generator.bubnikv
2017-03-27Moved the NVIDIA and AMD hints to the slic3r.exe wrapper.bubnikv
2017-03-23Fixed colors of the path preview.bubnikv
2017-03-23Fixed iusses in rendering print paths through VBOs for multiple objects.bubnikv
2017-03-23Try to enforce the use of a high performance NVIDIA / ATI GPUbubnikv