mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-02 21:47:25 +02:00
Added comment.
This commit is contained in:
@@ -121,7 +121,7 @@ module scs_bearing_block(type) { //! Draw the specified SCS bearing block
|
|||||||
linear_bearing(scs_bearing(type));
|
linear_bearing(scs_bearing(type));
|
||||||
}
|
}
|
||||||
|
|
||||||
module scs_bearing_block_hole_positions(type) {
|
module scs_bearing_block_hole_positions(type) { //! Place children at hole positions
|
||||||
screw_separation_x = scs_screw_separation_x(type);
|
screw_separation_x = scs_screw_separation_x(type);
|
||||||
screw_separation_z = scs_screw_separation_z(type);
|
screw_separation_z = scs_screw_separation_z(type);
|
||||||
G = scs_block_side_height(type);
|
G = scs_block_side_height(type);
|
||||||
|
Reference in New Issue
Block a user