Revert "优化:避免造型过大且过多时,槽的尺寸过大而没有校验"

This reverts commit 922be233d4.
pull/1452/MERGE
ChenX 4 years ago
parent 88d53a0d26
commit ceeb3ae181

@ -564,7 +564,7 @@ export class BoardConfigModal extends React.Component<BoardConfigProps, {}>{
let groove = new ExtrudeSolid();
groove.Thickness = cd.height;
groove.ContourCurve = contourNode.contour.Curve;
groove.KnifeRadius = Math.max(cd.knifeRad, br.Thickness);
groove.KnifeRadius = cd.knifeRad;
groove.GroovesAddLength = cd.addLen;
groove.GroovesAddWidth = cd.addWidth;
groove.GroovesAddDepth = cd.addDepth;

Loading…
Cancel
Save