Skip to content

Commit e1e5dcc

Browse files
Merge pull request #253 from madhephaestus/patch-1
Fix #252 close #252 close #246
2 parents b3bb896 + f67bf3f commit e1e5dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/standard.scad

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ BASEPLATE_LIP = [
218218
[0.7, (0.7+1.8)], // Straight up
219219
[(0.7+2.15), (0.7+1.8+2.15)], // Up and out at a 45 degree angle
220220
[(0.7+2.15), 0], // Straight down
221-
//[0, 0] // Implicit back to start
221+
[0, 0] // Implicit back to start
222222
];
223223

224224
// Height of the baseplate lip.

0 commit comments

Comments
 (0)