Platform with strap connectors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use <specs_phone.scad>
|
||||
use <specs_strap.scad>
|
||||
|
||||
function get_platform_size() = [
|
||||
get_phone_size().x - 5,
|
||||
@@ -6,3 +7,8 @@ function get_platform_size() = [
|
||||
5
|
||||
];
|
||||
|
||||
function get_platform_strap_connector_offset() = [
|
||||
(get_platform_size().x/2 - get_link_segment_size().y/2),
|
||||
get_platform_size().y/2,
|
||||
-get_link_segment_size().z/2
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user