Compare commits

...

2 Commits

Author SHA1 Message Date
Kienan Stewart 48cc0ef71d Add v2 crbox corners 2025-12-28 11:42:48 -05:00
Kienan Stewart 75f670a104 Allow thickmness to be decimal precision 2025-12-28 11:42:25 -05:00
3 changed files with 24 additions and 2 deletions

22
CR_BOX.json Normal file
View File

@ -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": ""
}

View File

@ -10,8 +10,8 @@ Additions:
*/
/* [Filter] */
filterThiccness = 100.0; //mm
filterYThickness = 100.0; //mm
filterThiccness = 100.0; // .1
filterYThickness = 100.0; // .1
/* [Piece] */
//Length, width, height. Size of the piece including the wall thiccness

BIN
crbox-corner-pair-v2.3mf Normal file

Binary file not shown.