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:
		@ -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,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user