This website requires JavaScript.
Explore
Help
Sign In
3DPrinting
/
KeyV2
Watch
1
Star
0
Fork
0
You've already forked KeyV2
mirror of
https://github.com/rsheldiii/KeyV2.git
synced
2024-12-04 01:48:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cc8892364c
KeyV2
/
src
/
supports
/
flat.scad
6 lines
105 B
OpenSCAD
Raw
Normal View
History
Unescape
Escape
switch to generating the customizer file via a script
2018-06-26 03:14:35 +00:00
module
flat
(
stem_type
,
loft
,
height
)
{
make this library a lot more modular
2018-02-04 20:43:17 +00:00
translate
(
[
0
,
0
,
loft
+
500
]
)
{
cube
(
1000
,
center
=
true
)
;
}
}
Reference in New Issue
Copy Permalink