Added drop option to m3s_clear
This commit is contained in:
@@ -61,8 +61,8 @@ module m4s_clear( bl=8, bz=-3.81, bhd=6, bhz=3.5, sh=.2, drop=false) {
|
||||
|
||||
//m4s_clear(bl=10,bz=-5, drop=true);
|
||||
|
||||
module m3s_clear( bl=8, bz=-4.7, bhd=7.5, bhz=4, sh=.2) {
|
||||
insert_clear(bl=bl, bz=bz, bhd=bhd, bhz=bhz, bd=4.5, fd=6.35, fh=.5, od=5, il=4.7, sh=sh);
|
||||
module m3s_clear( bl=8, bz=-4.7, bhd=7.5, bhz=4, sh=.2, drop=false) {
|
||||
insert_clear(bl=bl, bz=bz, bhd=bhd, bhz=bhz, bd=4.5, fd=6.35, fh=.5, od=5, il=4.7, sh=sh, drop=drop);
|
||||
}
|
||||
|
||||
module insert_initeq(
|
||||
|
||||
Reference in New Issue
Block a user