Merge pull request #228 from kennetek/EmperorArthur/bin_defaults

Set Default Linear Compartments To 1
This commit is contained in:
Kenneth 2024-10-06 12:11:34 -07:00 committed by GitHub
commit bd9b44949c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,9 +42,9 @@ gridz = 6; //.1
/* [Linear Compartments] */ /* [Linear Compartments] */
// number of X Divisions (set to zero to have solid bin) // 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) // number of Y Divisions (set to zero to have solid bin)
divy = 0; divy = 1;
/* [Cylindrical Compartments] */ /* [Cylindrical Compartments] */
// number of cylindrical X Divisions (mutually exclusive to Linear Compartments) // number of cylindrical X Divisions (mutually exclusive to Linear Compartments)