From 59a9b7d33dd0064fe403c34dbe2d1b33c9970a17 Mon Sep 17 00:00:00 2001 From: iamboss Date: Thu, 6 Nov 2025 18:19:44 +0800 Subject: [PATCH] build Opt max feedrate limit by relief angle. --- Machining/DemoBuildMachiningProject.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Machining/DemoBuildMachiningProject.cs b/Machining/DemoBuildMachiningProject.cs index 35d4af8..2a24cc1 100644 --- a/Machining/DemoBuildMachiningProject.cs +++ b/Machining/DemoBuildMachiningProject.cs @@ -61,7 +61,7 @@ namespace Sample.Machining }), UpperBeamGeom = new ExtendedCylinder(90), InnerBeamProfile = new FluteDependentRatioProfile(), - MillingCutterOptLimit = new MillingCutterOptLimit(), + MillingCutterOptLimit = new MillingCutterOptOption(), }; //build FluteContourTray property double helixAngle_deg = 50; @@ -107,7 +107,7 @@ namespace Sample.Machining UpperBeamGeom = new Cylindroid( [new PairZr(40, 6), new PairZr(90, 6)]), InnerBeamProfile = new FluteDependentRatioProfile(), - MillingCutterOptLimit = new MillingCutterOptLimit() + MillingCutterOptLimit = new MillingCutterOptOption() }; //build FluteContourTray property