1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-01 03:21:53 +02:00

Added short inserts and M5 inserts.

screw_insert() now takes a short flag.
screw_length() can now be passed an insert object.
This commit is contained in:
Chris
2022-09-27 00:07:23 +01:00
parent 0f36c02b5e
commit 3a17b89d5c
8 changed files with 54 additions and 35 deletions

View File

@@ -23,7 +23,6 @@
include <../core.scad>
include <../vitamins/cameras.scad>
use <../vitamins/pcb.scad>
use <../vitamins/insert.scad>
wall = 1.75;
min_wall = 2 * extrusion_width;