feat: add MachineConfig, MaterialConfig, MachineSummary with parameter lookup

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-27 20:16:59 -04:00
parent 64874857a1
commit 98453243fc
6 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
namespace OpenNest.Data;
public record MachineSummary(Guid Id, string Name);