Pip-Boy inspired phone holder built around the PINE64 PinePhone
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
331 B

  1. use <specs_phone.scad>
  2. use <specs_strap.scad>
  3. function get_platform_size() = [
  4. get_phone_size().x - 5,
  5. get_phone_size().y - 5,
  6. 5
  7. ];
  8. function get_platform_strap_connector_offset() = [
  9. (get_platform_size().x/2 - get_link_segment_size().y/2),
  10. get_platform_size().y/2,
  11. -get_link_segment_size().z/2
  12. ];