mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
ENH: add slice_closing_radius back
For github issue #182 Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I38c69bed03b6d70cb21d58b5f724b4dc3a8992a4
This commit is contained in:
parent
1a3a01a39f
commit
72221d2760
8 changed files with 24 additions and 7 deletions
|
@ -580,6 +580,7 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionFloat, raft_first_layer_expansion))
|
||||
((ConfigOptionInt, raft_layers))
|
||||
((ConfigOptionEnum<SeamPosition>, seam_position))
|
||||
((ConfigOptionFloat, slice_closing_radius))
|
||||
((ConfigOptionBool, enable_support))
|
||||
// Automatic supports (generated based on support_threshold_angle).
|
||||
((ConfigOptionEnum<SupportType>, support_type))
|
||||
|
@ -887,6 +888,8 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
//Number of the layers needed for the exposure time fade [3;20]
|
||||
((ConfigOptionInt, faded_layers))/*= 10*/
|
||||
|
||||
((ConfigOptionFloat, slice_closing_radius))
|
||||
|
||||
// Enabling or disabling support creation
|
||||
((ConfigOptionBool, supports_enable))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue