mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-10-31 22:07:16 +00:00
Set bin height to 1mm
Motivated by [#147](https://github.com/kennetek/gridfinity-rebuilt-openscad/issues/147), I think it ends up more intuitive if upon opening the bin is actually a bin. From a first impression perspective, it seems unlikely a user is opening up the bins.scad to produce a bin-sized-blank vs. a bin.
This commit is contained in:
parent
e7478a7dc9
commit
84cbba7ee8
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ c_depth = 1;
|
|||
/* [Height] */
|
||||
// determine what the variable "gridz" applies to based on your use case
|
||||
gridz_define = 0; // [0:gridz is the height of bins in units of 7mm increments - Zack's method,1:gridz is the internal height in millimeters, 2:gridz is the overall external height of the bin in millimeters]
|
||||
// overrides internal block height of bin (for solid containers). Leave zero for default height. Units: mm
|
||||
height_internal = 0;
|
||||
// overrides internal block height of bin (for solid containers). Set to zero for default height. Units: mm
|
||||
height_internal = 1;
|
||||
// snap gridz height to nearest 7mm increment
|
||||
enable_zsnap = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue