1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-01 19:33:06 +02:00

Moved printed parts to their own directory.

This commit is contained in:
Chris Palmer
2019-06-11 23:20:28 +01:00
parent b1fb0286b5
commit 258d4e88ae
38 changed files with 141 additions and 82 deletions

View File

@@ -17,10 +17,12 @@
// If not, see <https://www.gnu.org/licenses/>.
//
$explode = 1;
include <../core.scad>
use <../utils/layout.scad>
include <../vitamins/mains_sockets.scad>
use <../socket_box.scad>
use <../printed/socket_box.scad>
module socket_boxes()
layout([for(s = mains_sockets) mains_socket_width(s)], 20)
if($preview)