From 5c7caa0a5c68ae6ec33578855a6d07fbdf2f0911 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 30 Jan 2022 11:55:31 -0500 Subject: [PATCH] document $slop in robertson --- screw_drive.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/screw_drive.scad b/screw_drive.scad index eb66cac..40c1a90 100644 --- a/screw_drive.scad +++ b/screw_drive.scad @@ -330,6 +330,7 @@ module torx_mask(size, l=5, center, anchor, spin=0, orient=UP) { // robertson_mask(size, [extra]); // Description: // Creates a mask for creating a Robertson/Square drive recess given the drive size as an integer. +// The width of the recess will be oversized by `2 * $slop`. // Arguments: // size = The size of the square drive, as an integer from 0 to 4. // extra = Extra length of drive mask to create.