Skip to content

Commit

Permalink
Merge pull request #253 from madhephaestus/patch-1
Browse files Browse the repository at this point in the history
Fix #252

close #252
close #246
  • Loading branch information
EmperorArthur authored Nov 27, 2024
2 parents b3bb896 + f67bf3f commit e1e5dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/standard.scad
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ BASEPLATE_LIP = [
[0.7, (0.7+1.8)], // Straight up
[(0.7+2.15), (0.7+1.8+2.15)], // Up and out at a 45 degree angle
[(0.7+2.15), 0], // Straight down
//[0, 0] // Implicit back to start
[0, 0] // Implicit back to start
];

// Height of the baseplate lip.
Expand Down

0 comments on commit e1e5dcc

Please sign in to comment.