mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-12-22 06:43:25 +00:00
Merge pull request #228 from kennetek/EmperorArthur/bin_defaults
Set Default Linear Compartments To 1
This commit is contained in:
commit
bd9b44949c
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@ gridz = 6; //.1
|
|||
|
||||
/* [Linear Compartments] */
|
||||
// number of X Divisions (set to zero to have solid bin)
|
||||
divx = 0;
|
||||
divx = 1;
|
||||
// number of Y Divisions (set to zero to have solid bin)
|
||||
divy = 0;
|
||||
divy = 1;
|
||||
|
||||
/* [Cylindrical Compartments] */
|
||||
// number of cylindrical X Divisions (mutually exclusive to Linear Compartments)
|
||||
|
|
Loading…
Reference in a new issue