Skip to content

Commit

Permalink
Fabricated Hermes package size M
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbock committed Jul 1, 2018
1 parent 13b29ee commit 79db7ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.scad
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ material_z = 3;
// The inside measures of the box
cargo_x = 360;
cargo_y = 360;
cargo_z = 80;
cargo_z = 100;

// How much space to leave between nose cutouts and material corner
support_margin = 3;
Expand All @@ -34,7 +34,7 @@ snap_joint_width = 25;
snap_joint_height = 25;
snap_joint_feather_hook_height = 5;
*/
snap_joint_width = 40;
snap_joint_width = 30;
snap_joint_height = 40;
snap_joint_feather_width = 7;
snap_joint_feather_hook_width = 2;
Expand Down
8 changes: 4 additions & 4 deletions parts.scad
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ module parts()
{
side_xz_planar();

translate([0, box_z + spacing, 0])
side_xz_planar();
translate([material_z, box_z + spacing, 0])
side_yz_planar();

translate([0, 2*(box_z + spacing), 0])
side_yz_planar();
side_xz_planar();

translate([0, 3*(box_z + spacing), 0])
translate([material_z, 3*(box_z + spacing), 0])
side_yz_planar();

translate([box_x + spacing, 0, 0])
Expand Down

0 comments on commit 79db7ea

Please sign in to comment.