[project_box] Use 1mm clearance for fit test

Clearance must be at least 1mm to provide for the locking nubs.
This commit is contained in:
Correl Roush 2022-12-07 12:54:54 -05:00
parent 63b7d76b17
commit bea6302732
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ $fn=50;
mode = "case"; // ["case", "lid", "all"]
project_box([50, 70, 0],
project_box([50, 70, 1],
below=1,
mode=mode);