Skip to content

Commit

Permalink
Fix broken code lying around
Browse files Browse the repository at this point in the history
  • Loading branch information
sgenoud committed Apr 4, 2024
1 parent 3197a51 commit ffdf1c9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/replicad/src/sketches/Sketch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,3 @@ export default class Sketch implements SketchInterface {
return shape;
}
}

const thread = simpleThread({
innerRadius: 44.65,
pitch: 1.7,
threadHeight: 6.2,
toothSide: 0.8,
});

const top = R.makeCylinder(44.65, 7)
.cut(R.makeCylinder(44.65 - 1.6, 10))
.rotate(2)
.fuse(thread.clone(), { optimisation: "sameFace" });

0 comments on commit ffdf1c9

Please sign in to comment.