PrusaSlicer-NonPlainar/src/libslic3r/Format
Vojtech Bubnik 32db22b77c Fix of Improve Support material adhesion by base type interface layers
under soluble supports. #5823
Implemented as a pull request #5903 by @spiky2021
and reworked.

commit c7993e619225553a2c4078787907b9ebbd9ac759
Author: spiky2021 <77010315+spiky2021@users.noreply.github.com>
Date:   Thu Feb 11 12:39:25 2021 +0100

    Base type interfaces for soluble interface supports

    At the moment soluble support material adhesion is weak due to sparse support layers under soluble support layers. I reported as issue #5823 with pictures, as well.
    I modified two methods to the SupportMaterial Class including their headers.
    The new methods add two base type interface layers to the support structure, in case the extruders are different and soluble support is choosen.
    Since it is conditionally activated, it in general doesn't need a GUI input. But a GUI option number of base interface layers may enabled users to adapt this feature to their needs.
    This is my second try to provide a pull request on this topic. Reset my fromer repository, because first I merged this and all other changes to my master and couldn't provide separate pull request anymore.
2021-02-15 18:07:44 +01:00
..
3mf.cpp Fix of Improve Support material adhesion by base type interface layers 2021-02-15 18:07:44 +01:00
3mf.hpp Drainholes are saved elevated for 3MF compatibility 2020-08-24 08:11:12 +02:00
AMF.cpp SPE-1103 Added menu items for the conversation of the volumes from/to meters 2021-02-10 20:34:05 +01:00
AMF.hpp ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF set as default 2020-02-13 11:25:34 +01:00
OBJ.cpp Fixed buffer overflow in the OBJ parser. 2020-12-17 09:53:21 +01:00
OBJ.hpp Make loading of obj files into TriangleMesh possible. 2019-10-01 14:58:37 +02:00
objparser.cpp Fixed buffer overflow in the OBJ parser. 2020-12-17 09:53:21 +01:00
objparser.hpp SLA Contour3D expanded with conversions supporting quads. 2019-11-04 14:33:29 +01:00
PRUS.cpp Remove unneeded inclusion of boost::nowide 2021-02-03 20:41:04 +01:00
PRUS.hpp Rewrote .PRUSA file parser from wxWidgets zip to miniz. 2018-09-25 14:30:57 +02:00
SL1.cpp Added functions to export raw image data to PNG for debugging purposes. 2020-11-26 09:01:44 +01:00
SL1.hpp Move SLA import to libslic3r with png reading using libpng 2020-08-27 23:14:42 +02:00
STL.cpp Refactored admesh to get rid of the error and fp members of stl_file. 2019-06-10 17:17:36 +02:00
STL.hpp Reworked the command line interface based on the current state 2019-03-13 15:44:50 +01:00