Pip-Boy inspired phone holder built around the PINE64 PinePhone
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 regels
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. ];