diff options
| -rw-r--r-- | baseplate.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/baseplate.scad b/baseplate.scad index b9dd078..e2a2ffb 100644 --- a/baseplate.scad +++ b/baseplate.scad @@ -62,7 +62,7 @@ intersection() { } projection(cut=false){ -//base_plate(); -motor_mount(); +base_plate(); +//motor_mount(); } |
