File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2745,12 +2745,6 @@ module lidShell()
27452745
27462746 pcbPushdowns();
27472747 shellConnectors("lid" );
2748-
2749- // Moved to lidShell so they can be cut for inspection
2750- lidHookOutside();
2751- buildLightTubes(); // -2.0-
2752- buildButtons(); // -2.0-
2753- lidHookInside();
27542748
27552749} // lidShell()
27562750
@@ -3265,10 +3259,9 @@ module YAPPgenerate()
32653259 {
32663260 translate ([0 , (5 + shellWidth+ (shiftLid/2 ))*- 2 , 0 ])
32673261 {
3268- // Moved inside lidShell() so they can be cut by the inspection planes
3269- // buildLightTubes(); //-2.0-
3270- // buildButtons(); //-2.0-
3271- // lidHookInside();
3262+ buildLightTubes(); // -2.0-
3263+ buildButtons(); // -2.0-
3264+ lidHookInside();
32723265
32733266 difference () // (t1)
32743267 {
@@ -3352,11 +3345,10 @@ module YAPPgenerate()
33523345 translate ([0 , 0 , (baseWallHeight+ basePlaneThickness+
33533346 lidWallHeight+ lidPlaneThickness+ onLidGap)])
33543347 {
3355- // Moved inside lidShell() so they can be cut by the inspection planes
3356- // lidHookOutside();
3357- // buildLightTubes(); //-2.0-
3358- // buildButtons(); //-2.0-
3359- // lidHookInside();
3348+ lidHookOutside();
3349+ buildLightTubes(); // -2.0-
3350+ buildButtons(); // -2.0-
3351+ lidHookInside();
33603352
33613353 difference () // (t2)
33623354 {
You can’t perform that action at this time.
0 commit comments