NEW: only one wall for first layer

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I4ed31db361230b7192c210e506717e16bd28a6f3
This commit is contained in:
qing.zhang 2023-04-18 12:21:05 +08:00 committed by Lane.Wei
parent 345536e07f
commit b5c7532700
6 changed files with 18 additions and 7 deletions

View file

@ -696,6 +696,8 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionInt, wall_distribution_count))
((ConfigOptionPercent, min_feature_size))
((ConfigOptionPercent, min_bead_width))
((ConfigOptionBool, only_one_wall_top))
((ConfigOptionBool, only_one_wall_first_layer))
)
// This object is mapped to Perl as Slic3r::Config::PrintRegion.
@ -752,9 +754,7 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionFloat, overhang_1_4_speed))
((ConfigOptionFloat, overhang_2_4_speed))
((ConfigOptionFloat, overhang_3_4_speed))
((ConfigOptionFloat, overhang_4_4_speed))
((ConfigOptionBool, only_one_wall_top))
)
((ConfigOptionFloat, overhang_4_4_speed)))
PRINT_CONFIG_CLASS_DEFINE(
MachineEnvelopeConfig,