screws typo fix

This commit is contained in:
Adrian Mariano
2022-04-08 21:06:14 -04:00
parent 2cc5c39d64
commit 6b19644560
2 changed files with 15 additions and 10 deletions

View File

@@ -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");