mirror of
https://github.com/correl/openscad.git
synced 2024-11-14 11:09:32 +00:00
[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:
parent
63b7d76b17
commit
bea6302732
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue