Compare commits
2 Commits
984c659675
...
48cc0ef71d
| Author | SHA1 | Date |
|---|---|---|
|
|
48cc0ef71d | |
|
|
75f670a104 |
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"parameterSets": {
|
||||||
|
"crbox-v2": {
|
||||||
|
"$fn": "100",
|
||||||
|
"bottomThiccness": "2",
|
||||||
|
"filterThiccness": "45",
|
||||||
|
"filterYThickness": "5.5",
|
||||||
|
"footDepth": "10",
|
||||||
|
"footEnable": "0",
|
||||||
|
"footInset": "0",
|
||||||
|
"footShape": "0",
|
||||||
|
"footWidth": "54",
|
||||||
|
"insideCornerStyle": "0",
|
||||||
|
"mirrored": "false",
|
||||||
|
"pieceDimensions": "[150, 186, 10]",
|
||||||
|
"pieceWallThiccness": "2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"fileFormatVersion": "1",
|
||||||
|
"parameterSets": "",
|
||||||
|
"parameterSets": ""
|
||||||
|
}
|
||||||
|
|
@ -10,8 +10,8 @@ Additions:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* [Filter] */
|
/* [Filter] */
|
||||||
filterThiccness = 100.0; //mm
|
filterThiccness = 100.0; // .1
|
||||||
filterYThickness = 100.0; //mm
|
filterYThickness = 100.0; // .1
|
||||||
|
|
||||||
/* [Piece] */
|
/* [Piece] */
|
||||||
//Length, width, height. Size of the piece including the wall thiccness
|
//Length, width, height. Size of the piece including the wall thiccness
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue