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-04-10Finalized the experimental "synchronize support layers with object layers"bubnikv
feature (the support_material_synchronize_layers settings). The feature is now enabled for the soluble supports only (with support_material_contact_distance > 0). Fixes https://github.com/prusa3d/Slic3r/issues/197
2017-04-07Fixed some rare support issues connected with the 1st print layer.bubnikv
Fixed support issue, where the XY gap was ignored for the top contact layers and a fixed 50% was used instead.
2017-03-28Snapped the bottom interface layer print heights to the top interfacebubnikv
layer print heights to avoid too thin layer surfaces. The minimum layer height at the nozzle page is maintained for the support layers. Base layers are trimmed by the briding bottom surfaces.
2017-03-22Support generator parallelized.bubnikv
2017-02-14Fixed some of the raft issues introduced in the new C++ supports.bubnikv
2017-02-12Fix of "no support generated" https://github.com/prusa3d/Slic3r/issues/114bubnikv
when a first layer height was set in percents.
2017-01-25Multiple bug fixes in the new support generator to guarantee gapbubnikv
between object and support.
2017-01-20Improvements of the new support generator:bubnikv
Variable path thickness for all support layers to avoid over-extrusion. Supports only in grid cells below the top contacts. Provision for filtering excessively long perimeter pieces of the support infill lines.
2017-01-11Bugfix of duplicate support print paths.bubnikv
2017-01-05Another step to make the new C++ supports working.bubnikv
Added support_material_xy_spacing configuration.
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
New supports enabled, old supports will go away soon.
2016-11-29Supports using the EdgeGrid simplify_contourbubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
Removed dependency on Perl Math::PlanePath module. Fixed compilation with Visual Studio and SLIC3R_DEBUG: Visual Studio older than 2015 does not support the prinf type specifier %zu. Use %Iu instead. C++11 move semantics enabled.
2016-10-20Enabled the C++ fillers for all infills, not just the supports.bubnikv
Made sure the C++ fillers are instantiated at the worker threads, where there are being released. Extended the FillRectilinear2 to calculate the contour / line intersection with exact arithmetics, improved robustness and added error handling and error reporting, if the contours to be filled are not correct.
2016-10-20Disabled asserts in the release build (-DNDEBUG).bubnikv
Added a safe variant of offset(const Slic3r::ExPolygon...), which offsets each loop separately. New functions "remove_sticks" to remove zero area parts of polygons. New functions "remove_small" and "remove_degenerate" for polygon clean up. Extended the C++ supports, those are not finalized yet though.
2016-10-16Disable C++11 hash feature in C++ Supports to compile on Strawberry.bubnikv
2016-10-16Added a new switch: ensure_vertical_shell_thicknessbubnikv
This enables a zig-zag infill similar to Cura or Simplify3D on overhangs.
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
the old Perl supports, but this time with the C++ fillers.
2016-10-13Initial implementation of C++ supports,bubnikv
some documentation of the existing code.
2014-12-13Ported Print::bounding_box(), Print::total_bounding_box(), ↵Alessandro Ranellucci
Print::skirt_flow(), Print:skirt_first_layer_height() to XS