Skip to content

Commit

Permalink
Merge pull request #28 from luzpaz/typos
Browse files Browse the repository at this point in the history
Fix misc typos
  • Loading branch information
execuc authored Aug 10, 2019
2 parents 6625bde + 97eb52d commit f1bd7f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/interlocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Interlocking

This is the main tool of the LCInterlocking module. It allows to define connections between parts to create tabs and slots.

Parts can come from the Freecad Part/Part Desgin workshops or from the box generator tool of this module for example. To create a connection, the faces must stick.
Parts can come from the Freecad Part/Part Design workshops or from the box generator tool of this module for example. To create a connection, the faces must stick.

There are three type of connections : tab, continuous tab and screw. <br>
![Illustration](imgs/interlocking/tab.png) <br>
Expand Down Expand Up @@ -49,5 +49,5 @@ Additional Information
* Interlocking properties can be edited again clicking on "MultiJoin" group item.
* In editing mode, parts and faces can can be visualized by selecting the in the treview of the tools. Then they can be displayed/hidden by tapping in the key "space".
* Preview button allow to create a new document with interlocking parts without exiting tool. It's convenient to adjust connection parameters.
* "Add same faces" works as "Add same parts", faces while share te same connection properties.
* "Add same faces" works as "Add same parts", faces while share the same connection properties.

2 changes: 1 addition & 1 deletion docs/living_hinges.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Living hinges
===========

This tool is used to make curved laser bend surface. Faces of oriented part which follow are flatened and linked with living hinges. Actually curved part must have its radius center equidistant from faces.
This tool is used to make curved laser bend surface. Faces of oriented part which follow are flattened and linked with living hinges. Actually curved part must have its radius center equidistant from faces.

Procedure
-------------
Expand Down
2 changes: 1 addition & 1 deletion lasercut/crosspart.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def remove_intersections(first_part, second_part, referential_faces, axis, inver
# ---------------------------> X
# X is the width of part 2.
# Y is the width of part 1.
# Z is the heigt of the intersection
# Z is the height of the intersection
def make_cross_parts(parts):
parts_element = []
for part in parts:
Expand Down
2 changes: 1 addition & 1 deletion panel/tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def createWidgetFromTabProperties(self, tab_properties):
#elif tab_type == TabProperties.TYPE_FLEX:
# widget = TabFlexWidget(tab_properties)
else:
raise ValueError("Unkonwn type of tab")
raise ValueError("Unknown type of tab")

return widget

Expand Down

0 comments on commit f1bd7f7

Please sign in to comment.