mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-31 03:00:00 +02:00
Screws.scad is now included in core.scad, so doesn't need to be included
anywhere else. utils/core/core.scad is the old version without fasteners to be used internally in the library.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
//
|
||||
//! Parametric green terminal blocks
|
||||
//
|
||||
include <../core.scad>
|
||||
include <../utils/core/core.scad>
|
||||
use <../utils/tube.scad>
|
||||
|
||||
function gt_pitch(type) = type[1]; //! Pitch between terminals
|
||||
|
Reference in New Issue
Block a user