mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-09-08 22:21:25 +02:00
Added missing documentation for sliding_t_nut().
This commit is contained in:
@@ -177,7 +177,7 @@ module sliding_ball_t_nut(size, w, h, r) {
|
||||
}
|
||||
}
|
||||
|
||||
module sliding_t_nut(type) {
|
||||
module sliding_t_nut(type) { //! Draw a sliding T nut, T nut with a spring loaded ball or a hammer nut.
|
||||
hammerNut = type[10];
|
||||
size = [type[7], nut_square_width(type), nut_thickness(type, true)];
|
||||
tab = t_nut_tab(type);
|
||||
|
Reference in New Issue
Block a user