Skip to content

Commit

Permalink
Updating example file.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmarr committed Apr 9, 2023
1 parent f40cd4c commit 454cf23
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions example1.scad
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ $fn = 60;
use <gridfinity_boxes.scad>

count=[1,1]; // Gridfinity 1x1

gridfinity_module_base(count); // Add in the base
gridfinity_wall(count, height=7); // Add in the side walls. Height is in addition to the 7mm base
gridfinity_internals_mass(count, 0, radius=4); // Add an internal mass of zero height, but add fillets
gridfinity_stacking_lip(count,z_offset=14); // Add in the stacking lip. Note that z_offset includes wall
// and module base.
gridfinity_wall(count, 7); // Add in the side walls. Height is in addition to the 7mm base
// gridfinity_internal_mass(count, 7) // Not utilizing this feature in this example
gridfinity_internals_mass(count, 4, [1,1,1,1]); // Add fillets on all sides
gridfinity_stacking_lip(count, z_offset=14); // Add in the stacking lip. Note that z_offset includes wall
// and module base.

0 comments on commit 454cf23

Please sign in to comment.