1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-30 10:39:58 +02:00

Box top bezels can now be modified by adding a child that gets subtracted.

This commit is contained in:
Chris Palmer
2022-01-29 09:36:41 +00:00
parent d82db46ea1
commit 20db11f81e
3 changed files with 21 additions and 3 deletions

View File

@@ -4450,6 +4450,10 @@ screw type and printed part wall thickness. This diagram shows how the various d
Normally the side sheets are the same type but they can be overridden individually as long as the substitute has the same thickness.
A box can have an optional name to allow more than one in the same project.
The top bezel can have an optional child, which is subtracted to allow modification.
[printed/box.scad](printed/box.scad) Implementation.
[tests/box.scad](tests/box.scad) Code for this example.