Fix: update sweep snapshots code after kwargs merge (#5307)

* Fix: update sweep snapshots code after kwargs merge

* A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Pierre Jacquier
2025-02-07 13:51:28 -05:00
committed by GitHub
parent 30b1dae38a
commit 110037df79
3 changed files with 2 additions and 6 deletions

View File

@ -1187,9 +1187,7 @@ sweepSketch = startSketchOn('XY')
angleStart = 0,
radius = 2
}, %)
|> sweep({
path = sweepPath,
}, %)
|> sweep(path = sweepPath)
|> appearance({
color = "#bb00ff",
metalness = 90,
@ -1235,9 +1233,7 @@ sweepSketch = startSketchOn('XY')
angleStart = 0,
radius = 2
}, %)
|> sweep({
path = sweepPath,
}, %)
|> sweep(path = sweepPath)
|> appearance({
color = "#bb00ff",
metalness = 90,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 128 KiB