Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianVmariano committed Oct 4, 2024
1 parent 5f6e067 commit 428649e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.scad
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ CENTER = [ 0, 0, 0]; // Centered zero vector.
CTR = CENTER;
CENTRE = CENTER;

// Constant: EDGE
// Function: EDGE()
// Synopsis: Named edge anchor constants
// Topics: Constants, Attachment
// Usage:
Expand All @@ -238,7 +238,7 @@ function EDGE(a,b) =
)
str(choices[ind+1],"edge",b);

// Constant: FACE
// Function: FACE()
// Synopsis: Named face anchor constants
// Topics: Constants, Attachment
// Usage:
Expand Down

0 comments on commit 428649e

Please sign in to comment.