New feature: bridge density (#275)

Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
SoftFever 2023-02-02 00:43:36 +08:00 committed by GitHub
parent 8244693b55
commit fe9a2715e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 32 additions and 13 deletions

View file

@ -90,7 +90,7 @@ static constexpr bool g_config_remove_small_overhangs = true;
static constexpr float g_config_tree_support_collision_resolution = 0.2;
// Write slices as SVG images into out directory during the 2D processing of the slices.
// #define SLIC3R_DEBUG_SLICE_PROCESSING
//#define SLIC3R_DEBUG_SLICE_PROCESSING
namespace Slic3r {