Refactor into specs scads

This commit is contained in:
Dejvino
2021-01-20 12:56:26 +01:00
parent 4d0931df73
commit ebde72fab1
10 changed files with 208 additions and 238 deletions
+8
View File
@@ -0,0 +1,8 @@
use <specs_phone.scad>
function get_platform_size() = [
get_phone_size().x - 5,
get_phone_size().y - 5,
5
];