1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-01 11:22:36 +02:00

Added missing documentation for hinge_female() module.

This commit is contained in:
Chris
2023-01-07 11:09:46 +00:00
parent de17726d20
commit ec3e752fc5
2 changed files with 3 additions and 1 deletions

View File

@@ -119,7 +119,8 @@ module hinge_male(type, female = false) { //! The half with the stationary
}
}
module hinge_female(type) hinge_male(type, true);
module hinge_female(type) //! The half without the pin
hinge_male(type, true);
module hinge_both(type) { //! Both parts together for printing
hinge_male(type);