Typo in drag_chain

This commit is contained in:
Chris Palmer 2020-12-04 12:08:55 +00:00
parent 42b76ab8d3
commit d5a711f4cc
2 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ function drag_chain_outer_size(type) = //! Link outer dimensions
let(s = drag_chain_size(type), z = s.z + drag_chain_bwall(type) + drag_chain_twall(type))
[s.x + z, s.y + 4 * drag_chain_wall(type) + 2 * clearance, z];
function screw_lug_radius(screw) = //! Radius if a screw lug
function screw_lug_radius(screw) = //! Radius of a screw lug
corrected_radius(screw_clearance_radius(screw)) + 3.1 * extrusion_width;
module screw_lug(screw, h = 0) //! Create a D shaped lug for a screw

View File

@ -4592,7 +4592,7 @@ to the assembly, for example to add inserts.
| ```drag_chain_outer_size(type)``` | Link outer dimensions |
| ```drag_chain_radius(type)``` | The bend radius at the pivot centres |
| ```drag_chain_z(type)``` | Outside dimension of a 180 bend |
| ```screw_lug_radius(screw)``` | Radius if a screw lug |
| ```screw_lug_radius(screw)``` | Radius of a screw lug |
### Modules
| Module | Description |