Skip to content

Commit

Permalink
Merge pull request #5 from vectronic/dev
Browse files Browse the repository at this point in the history
refactor: brick tubes rendered as arcs to allow tech draw measurement
  • Loading branch information
vectronic authored Aug 2, 2020
2 parents 9d86015 + 0ca0b90 commit ff5782a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Legify/Body.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file added images/technical_drawing_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/technical_drawing_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff5782a

Please sign in to comment.