diff --git a/EtchBendLines/BendLineExtractor.cs b/EtchBendLines/BendLineExtractor.cs index 60568f8..0be7f37 100644 --- a/EtchBendLines/BendLineExtractor.cs +++ b/EtchBendLines/BendLineExtractor.cs @@ -24,7 +24,7 @@ namespace EtchBendLines /// public double MaxBendRadius { get; set; } = 4; - public double SharpRadius = 0.001; + public double SharpRadius { get; set; } = 0.001; public bool ReplaceSharpRadius { get; set; } = true;