diff --git a/Legify/Body.py b/Legify/Body.py index 5dba317..d99b02d 100644 --- a/Legify/Body.py +++ b/Legify/Body.py @@ -545,7 +545,7 @@ def _render_tubes(self): # Outer circle add_circle_to_sketch(tubes_pad_sketch, DIMS_TUBE_OUTER_RADIUS, 0.5 * DIMS_STUD_SPACING, - 0.5 * DIMS_STUD_SPACING, False) + 0.5 * DIMS_STUD_SPACING, True) self.doc.recompute() diff --git a/README.md b/README.md index 0c30c6f..bb7d255 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ to create parametric models in FreeCAD is quite possibly insane! ![Sketch](images/sketch.png "Sketch") +![Technical Drawing 1](images/technical_drawing_1.png "Technical Drawing 1") + +![Technical Drawing 2](images/technical_drawing_2.png "Technical Drawing 2") + ## Credit Initial drawing and dimensions used as reference for this work was done by [Nick Turo-Shields](https://grabcad.com/library/2x4-lego-brick-1) diff --git a/images/technical_drawing_1.png b/images/technical_drawing_1.png new file mode 100644 index 0000000..bee7f71 Binary files /dev/null and b/images/technical_drawing_1.png differ diff --git a/images/technical_drawing_2.png b/images/technical_drawing_2.png new file mode 100644 index 0000000..55aa5de Binary files /dev/null and b/images/technical_drawing_2.png differ