Slider for scoop
This commit is contained in:
parent
37bd44ea18
commit
059f67606d
2 changed files with 25 additions and 1 deletions
24
gridfinity-rebuilt-bins.json
Normal file
24
gridfinity-rebuilt-bins.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"fileFormatVersion": "1",
|
||||
"parameterSets": {
|
||||
"New set 1": {
|
||||
"$fa": "8",
|
||||
"$fs": "0.25",
|
||||
"div_base_x": "0",
|
||||
"div_base_y": "0",
|
||||
"divx": "1",
|
||||
"divy": "1",
|
||||
"enable_zsnap": "false",
|
||||
"gridx": "1",
|
||||
"gridy": "1",
|
||||
"gridz": "6",
|
||||
"gridz_define": "0",
|
||||
"height_internal": "0",
|
||||
"length": "42",
|
||||
"scoop": "1",
|
||||
"style_hole": "3",
|
||||
"style_lip": "0",
|
||||
"style_tab": "1"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -55,7 +55,7 @@ gridz_define = 0; // [0:gridz is the height of bins in units of 7mm increments -
|
|||
// the type of tabs
|
||||
style_tab = 1; //[0:Full,1:Auto,2:Left,3:Center,4:Right,5:None]
|
||||
// scoop weight percentage. 0 disables scoop, 1 is regualar scoop. Any real number will scale the effective scoop.
|
||||
scoop = 1;
|
||||
scoop = 1; //[0:0.1:1]
|
||||
|
||||
// overrides internal block height of bin (for solid containers). Leave zero for default height. Units: mm
|
||||
height_internal = 0;
|
||||
|
|
Loading…
Reference in a new issue