Make the sketch larger so 20-20 failures are clearer (#1989)

This commit is contained in:
Adam Chalmers
2024-04-03 16:42:58 -05:00
committed by GitHub
parent c4f7296e32
commit 092d459026
2 changed files with 6 additions and 6 deletions

View File

@ -1906,18 +1906,18 @@ fn pentagon = (len) => {
return sg return sg
} }
const p = pentagon(8) const p = pentagon(32)
|> extrude(5, %) |> extrude(10, %)
const plumbus0 = make_circle(p, 'a', [0, 0], 1.5) const plumbus0 = make_circle(p, 'a', [0, 0], 2.5)
|> extrude(3, %) |> extrude(10, %)
|> fillet({ |> fillet({
radius: 0.5, radius: 0.5,
tags: ['arc-a', getOppositeEdge('arc-a', %)] tags: ['arc-a', getOppositeEdge('arc-a', %)]
}, %) }, %)
// const plumbus1 = make_circle(p, 'b', [0, 0], 1.5) // const plumbus1 = make_circle(p, 'b', [0, 0], 2.5)
// |> extrude(3, %) // |> extrude(10, %)
// |> fillet({ // |> fillet({
// radius: 0.5, // radius: 0.5,
// tags: ['arc-b', getOppositeEdge('arc-b', %)] // tags: ['arc-b', getOppositeEdge('arc-b', %)]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 120 KiB