mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Tweak to boolean geometry example code.
This commit is contained in:
parent
855256641d
commit
72bb408c4e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ $fn = 36;
|
|||
rgn1 = [
|
||||
square(100),
|
||||
move([50,50], p=circle(d=60)),
|
||||
[[40,40],[40,60],[60,60]]
|
||||
[[35,35],[35,65],[65,65]]
|
||||
];
|
||||
|
||||
rgn2 = [
|
||||
|
|
Loading…
Reference in a new issue