Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Feb 7, 2025
1 parent 630fe57 commit e5bfa56
Show file tree
Hide file tree
Showing 4 changed files with 3,375 additions and 417 deletions.
2 changes: 1 addition & 1 deletion docs/kcl/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pipeHole = startSketchOn('XY')
sweepSketch = startSketchOn('XY')
|> circle({ center = [0, 0], radius = 2 }, %)
|> hole(pipeHole, %)
|> sweep({ path = sweepPath }, %)
|> sweep(path = sweepPath)
|> appearance({
color = "#ff0000",
metalness = 50,
Expand Down
6 changes: 3 additions & 3 deletions docs/kcl/helix.md

Large diffs are not rendered by default.

Loading

0 comments on commit e5bfa56

Please sign in to comment.