mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-01-16 13:08:15 +01:00
Added missing documentation for hinge_female() module.
This commit is contained in:
parent
de17726d20
commit
ec3e752fc5
@ -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);
|
||||
|
@ -5357,6 +5357,7 @@ This allows the hinges and one set of screws to belong to one assembly and the o
|
||||
|:--- |:--- |
|
||||
| `hinge_both(type)` | Both parts together for printing |
|
||||
| `hinge_fastened_assembly(type, thickness1, thickness2, angle, show_hinge = true)` | Assembled hinge with its fasteners |
|
||||
| `hinge_female(type)` | The half without the pin |
|
||||
| `hinge_male(type, female = false)` | The half with the stationary pin |
|
||||
| `hinge_screw_positions(type)` | Place children at the screw positions |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user