1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-07-31 20:50:15 +02:00

Added comment.

This commit is contained in:
Martin Budden
2020-02-23 23:08:34 +00:00
parent d066648a76
commit e40b10f5a0

View File

@@ -121,7 +121,7 @@ module scs_bearing_block(type) { //! Draw the specified SCS bearing block
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_z = scs_screw_separation_z(type);
G = scs_block_side_height(type);