diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2023-06-27 15:42:44 -0400 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2023-06-27 15:42:44 -0400 |
| commit | 2d212ca341c088f4e8f9269ccf5d90d462b79980 (patch) | |
| tree | f6adf3e4cb37fcfc2d15cf937413cff5077741f2 | |
| parent | dbdb522c1d8d21f08a0178a7b3b397e2eefad543 (diff) | |
puth things back
| -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(); } |
