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
2017-11-30Fixed a regression bug of handling the obsolete config parameters,bubnikv
2017-11-30GUI integration of rotation angle settingLukas Matena
2017-11-28Ported the between_objects_gcode custom G-code blocks,bubnikv
2017-11-09Initial definition of PresetHints C++ class and Perl binding, ported the cool...bubnikv
2017-11-09Code beautification: PrintConfig tooltips were split to multiple lines.bubnikv
2017-11-01Next step of Perl to C++ configuration layer conversion.bubnikv
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-10-27Fixed configuration & validate C++ ports.bubnikv
2017-10-17Fix of the preceding commit for gcc & clang:bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-09-18Ported PrintConfigBase::_handle_legacy from Perl to C++,bubnikv
2017-08-04Merged new methods for handling menus with icons,bubnikv
2017-08-02Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0bubnikv
2017-07-31New feature: Bridging angle override through a bridge_angle configbubnikv
2017-07-20Fixed "Fill angle of any number other than an Integer does not work"bubnikv
2017-07-20Fixed test cases after change of the "sane" extrusion widths.bubnikv
2017-07-11When setting an override extruder in the Object Settings dialog,bubnikv
2017-06-26Implementation of "XY size Compensation for first layer"bubnikv
2017-06-21Slic3r has been modified to propagate the following filament specificbubnikv
2017-06-13Fixed compilation on OSXbubnikv
2017-06-05Implemented filament start / g-codes.bubnikv
2017-05-24New config field extruder_color for preview of extruder assignment.bubnikv
2017-05-20Implemented https://github.com/prusa3d/Slic3r/issues/199bubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2017-05-16Initial integration of the Prusa MultiMatrial Wipe Tower.bubnikv
2017-05-05Added Notes Tab to Printer Settings #210bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-02-22Changed defaults for the perimeter/infill overlap (15-55%)bubnikv
2017-02-14new feature: Clip multi-part objects one by the other.bubnikv
2017-02-10Cherry-picked Repetier acceleration fixes, thanks to @lordofhyphensJoseph Lenox
2017-02-08Changed filament density to use g/cm^3. Extended tooltip to indicate calculat...Joseph Lenox
2017-02-08Add weight/cost output to gcode. On the way to #647Joseph Lenox
2017-02-07Added min_layer_height, max_layer_height per nozzle settingsbubnikv
2017-02-02Created a total_lengt() free function for Polygons and Polylines.bubnikv
2017-01-30When the support extruders are set to 0, support is printed with the current ...bubnikv
2017-01-25Disable support interface loops by default.bubnikv
2017-01-05Made the config value support_material_xy_spacing relativebubnikv
2017-01-03prototyping tweakable XY supports;slicer-builder
2017-01-03Merge remote-tracking branch 'origin/supports-synchronize-layers'bubnikv
2016-12-08Maybe the Travis CI server has more than 16 cores?Alessandro Ranellucci
2016-12-08Try to fix compilation error about the new threads defaultAlessandro Ranellucci
2016-12-08Minor fixes to parallelize code, cherry picked from @alexrj 5242b3e03ab2b195b...Alessandro Ranellucci
2016-12-08Refactored parallelization code, cherry picked from @alexrj 36789774471a0bf9a...Alessandro Ranellucci
2016-12-08Automatically detect the number of cores and use that as a default for thread...Alessandro Ranellucci
2016-11-30Made the support interface contact loops configurable.bubnikv
2016-11-30support_material_synchronize_layers configuration valuebubnikv
2016-11-09New sparse infill: "stars" - David's star shaped infill.bubnikv
2016-11-01Added "Notes" page to the filament configuration.bubnikv
2016-10-21Cubic infill.bubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv