Type in drag chain blurb, fixes #100

This commit is contained in:
Chris Palmer 2020-11-19 19:41:59 +00:00
parent 70b60522ce
commit d70ddf5359
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
//!
//! Each link has a maximum bend angle of 45°, so the mininium radius is proportional to the link length.
//!
//! The travel prpoery is how far it can move in each direction, i.e. half the maximum travel if the chain is mounted in the middle of the travel.
//! The travel property is how far it can move in each direction, i.e. half the maximum travel if the chain is mounted in the middle of the travel.
//
include <../core.scad>

View File

@ -4558,7 +4558,7 @@ Parametric cable drag chain to limit the bend radius of a cable run.
Each link has a maximum bend angle of 45&deg;, so the mininium radius is proportional to the link length.
The travel prpoery is how far it can move in each direction, i.e. half the maximum travel if the chain is mounted in the middle of the travel.
The travel property is how far it can move in each direction, i.e. half the maximum travel if the chain is mounted in the middle of the travel.
[printed/drag_chain.scad](printed/drag_chain.scad) Implementation.