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