修复:关联切割导致的排钻数据错误(导致的错误排钻)

pull/1563/head
ChenX 3 years ago
parent 8a61f5c5b2
commit 199cd0902b

@ -326,7 +326,7 @@ export class Board extends ExtrudeSolid
{
if (this._BoardProcessOption.highDrill
&& this._BoardProcessOption.highDrill.length > 1
&& !this._BoardProcessOption.highDrill.every(d => d === this._BoardProcessOption.highDrill[0]))
&& !this._BoardProcessOption.highDrill.every(d => d === this._BoardProcessOption.drillType))
dridatas = this._BoardProcessOption.highDrill;
ocsInv = this.OCSInv;

Loading…
Cancel
Save