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 (Collapse)Author
2017-11-09Implemented volumetric flow rate hints,bubnikv
removed some C++11 conditioned compilation. Slic3r now requires C++11.
2017-11-09Initial definition of PresetHints C++ class and Perl binding, ported the ↵bubnikv
cooling logic hints to C++. Removed Perl Flow::new_from_spacing bindings. Some Fill C++11 beautification. Fix of a support_material_1st_layer_flow, brim_flow and skirt_flow logic to use the extrusion_width if both first_layer_extrusion_width and support_material_extrusion_width are undefined. Documented the extrusion width logic in the config tooltips, including the default values.
2017-09-12Fix of "exponentional values generated as G1 F-1.95058e+006 causing problems"bubnikv
https://github.com/prusa3d/Slic3r/issues/463
2017-07-20Fixed test cases after change of the "sane" extrusion widths.bubnikv
Changed the default perimeter / infill overlap to 25%.
2017-07-19Changed the default "sane" extrusion width parameters tobubnikv
1x nozzle_dmr for support and top infill, and 1.125x nozzle_dmr for the rest. This corresponds roughly to the default values tuned for the Prusa MK2 for normal prints.
2017-07-19Refactored Fill / Flow for readability.bubnikv
Added an "overlap" member variable to fill classes in the preparation for futher move of the "infill / perimeter" overlap to the Fill class. Moved the orientation predicates from Fill to Geometry.
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
Removed GCode.pm Removed the Perl bindigns for AvoidCrossingPerimeters, OozePrevention, SpiralVase, Wipe Changed the std::set of extruder IDs to vector of IDs. Removed some MSVC compiler warnings, removed obnoxious compiler warnings when compiling the Perl bindings.
2016-11-23One step further to the C++ Supports.bubnikv
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
the old Perl supports, but this time with the C++ fillers.
2015-12-11Bugfix: missing include assert.h #3155Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-01-18Populate ExtrusionPath::height correctly in case of bridgeAlessandro Ranellucci
2014-12-22Align infill across layers regardless of first-layer-specific extrusion ↵Alessandro Ranellucci
width. Includes a good internal API refactoring and a fix to 3D honeycomb flow
2014-11-08Limit automatic extrusion width for support material interface as wellAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci