@@ -339,8 +339,8 @@ bool LinkIDF(const Platform::Path &filename, EntityList *el, SMesh *m, SShell *s
339339
340340 hEntity hprev;
341341 hEntity hprevTop;
342- Vector pprev{}; // {0, 0, 0}
343- Vector pprevTop{}; // {0, 0, 0}
342+ Vector pprev{};
343+ Vector pprevTop{};
344344
345345 double board_thickness = 10.0 ;
346346 double scale = 1.0 ; // mm
@@ -510,7 +510,7 @@ bool LinkIDF(const Platform::Path &filename, EntityList *el, SMesh *m, SShell *s
510510 SPolygon polyLoops = {};
511511 bool allClosed;
512512 bool allCoplanar;
513- Vector errorPointAt{}; // {0, 0, 0}
513+ Vector errorPointAt{};
514514 SEdge errorAt = {};
515515
516516 SBezierLoopSetSet sblss = {};
@@ -522,7 +522,7 @@ bool LinkIDF(const Platform::Path &filename, EntityList *el, SMesh *m, SShell *s
522522 double ctc = SS.chordTolCalculated ;
523523 if (ctc == 0.0 ) SS.chordTolCalculated = 0.1 ; // mm
524524 // there should only by one sbls in the sblss unless a board has disjointed parts...
525- sh->MakeFromExtrusionOf (sblss.l .First (), {} /* {0.0, 0.0, 0.0} */ ,
525+ sh->MakeFromExtrusionOf (sblss.l .First (), {},
526526 {0.0 , 0.0 , board_thickness},
527527 RgbaColor::From (0 , 180 , 0 ) );
528528 SS.chordTolCalculated = ctc;
0 commit comments