diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-07-22 22:58:27 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-07-22 22:58:27 +0200 |
commit | c9f84e2c4aafaf7d7c81bfee3b188b295ec2c2ba (patch) | |
tree | 5f10756bcf8b1312907d7d1f97844f6547196d44 /src/lucet_slot_handle.scad | |
parent | 046e3b18a9356bd836d995bed98f47d70aec9d7c (diff) |
Diffstat (limited to 'src/lucet_slot_handle.scad')
-rw-r--r-- | src/lucet_slot_handle.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lucet_slot_handle.scad b/src/lucet_slot_handle.scad index 94e31a2..673453b 100644 --- a/src/lucet_slot_handle.scad +++ b/src/lucet_slot_handle.scad @@ -1,3 +1,3 @@ use <lib/lucet.scad>; -lucet(hole=0, slot_top=true); +lucet(hole_r=0, slot_top=true); |