mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +00:00
14 lines
347 B
OpenSCAD
14 lines
347 B
OpenSCAD
|
// entry point for customizer script. This probably isn't useful to most people,
|
||
|
// as it's just a wrapper that helps generate customizer.scad for thingiverse.
|
||
|
|
||
|
include <src/settings.scad>
|
||
|
|
||
|
include <src/key_sizes.scad>
|
||
|
include <src/key_profiles.scad>
|
||
|
include <src/key_types.scad>
|
||
|
include <src/key_transformations.scad>
|
||
|
|
||
|
use <src/key.scad>
|
||
|
|
||
|
key();
|