feat: port CincyLib PressBrake parser to FabWorks.Core (net8.0)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
FabWorks.Core/PressBrake/SegEntry.cs
Normal file
7
FabWorks.Core/PressBrake/SegEntry.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace FabWorks.Core.PressBrake
|
||||
{
|
||||
public class SegEntry
|
||||
{
|
||||
public double SegValue { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user