diff options
Diffstat (limited to 'src/lucet_slot_head.scad')
-rw-r--r-- | src/lucet_slot_head.scad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lucet_slot_head.scad b/src/lucet_slot_head.scad new file mode 100644 index 0000000..174a914 --- /dev/null +++ b/src/lucet_slot_head.scad @@ -0,0 +1,3 @@ +use <lib/lucet.scad>; + +lucet(hole=0, slot_bottom=true, handle=false); |