Skip to content

Commit

Permalink
Added tab supression param documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
therealzanfar committed Oct 8, 2024
1 parent 2d1a236 commit b497769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gridfinity-rebuilt-utility.scad
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function height (z,d=0,l=0,enable_zsnap=true) =
// set n_div values to 0 for a solid bin
// style_tab: tab style for all compartments. see cut()
// scoop_weight: scoop toggle for all compartments. see cut()
// place_tab: tab suppression for all compartments. see "gridfinity-rebuilt-bins.scad"
module cutEqual(n_divx=1, n_divy=1, style_tab=1, scoop_weight=1, place_tab=1) {
for (i = [1:n_divx])
for (j = [1:n_divy])
Expand Down

0 comments on commit b497769

Please sign in to comment.