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

10 行
159 B

  1. use <specs_phone.scad>
  2. // TODO
  3. function get_harness_size() = [
  4. get_phone_size().x + 10,
  5. get_phone_size().y + 10,
  6. get_phone_size().z + 10,
  7. ];