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-07-27Moved some math macros (sqr, lerp, clamp) to libslic3r.hbubnikv
Added UNUSED macro to libslic3r.h, used it to reduce some compile warnings. Split the Int128 class from Clipper library to a separate file, extended Int128 with intrinsic types wherever possible for performance, added new geometric predicates. Added a draft of new FillRectilinear3, which should reduce overfill near the perimeters in the future.
2017-06-05Fix ofbubnikv
https://github.com/prusa3d/Slic3r/issues/315 a crash if the max_layer_height is left to a default value of zero.
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.
2017-04-05Removed some unused code.bubnikv
2017-03-13Volume rewritten from Perl to C++,bubnikv
generation of vertex arrays from paths rewritten from Perl to C++, parallelized.
2017-02-21The variable layer editing shader was made OpenGL 2.0 compatible.version_1.33.8bubnikv
Fixed a bug in the scaling of colors for the variable layer editing.
2017-02-21Changed the platte of the variable layer height visualization,bubnikv
green shall indicate a thin layer.
2017-02-15Improvements of the layer height spline editing close to the topbubnikv
of the object.
2017-02-09Compilation fix on gcc,bubnikv
fix of a maximum layer height limit for variable layer height editing.
2017-02-09Store / retrieve layer height profile from the AMF file.bubnikv
Reset the layer height profile when changing a print profile to an incompatible one. Reset button on the layer height bar. Fixed an update issue on zooming by a scroll wheel. Fixed an issue when loading an AMF file: Object names are now retained.
2017-01-30When the support extruders are set to 0, support is printed with the current ↵bubnikv
material without a tool change. A fix of support path generator.
2016-12-21Improvements in the manual layer width editor.bubnikv
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-12-13Fixed typo, missing class name.bubnikv
2016-12-12Support for user definable variable layer thickness, the C++ backend.bubnikv