mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 15:52:03 +02:00
screws typo fix
This commit is contained in:
@@ -584,7 +584,7 @@ function _parse_drive(drive=undef, drive_size=undef) =
|
||||
// Arguments:
|
||||
// screw_info = structure produced by {{screw_info()}}
|
||||
// details = true for more detailed model. Default: false
|
||||
function screw_head(screw_info,details=false = no_function("screw_head");
|
||||
function screw_head(screw_info,details=false) = no_function("screw_head");
|
||||
module screw_head(screw_info,details=false) {
|
||||
no_children($children);
|
||||
head = struct_val(screw_info, "head");
|
||||
|
Reference in New Issue
Block a user