mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-12 18:33:58 +02:00
Added comment to belts about using negative pitch radius for outside pulleys.
This commit is contained in:
@@ -165,6 +165,8 @@ exposing enough information to make a battery box.
|
|||||||
Models timing belt running over toothed or smooth pulleys and calculates an accurate length.
|
Models timing belt running over toothed or smooth pulleys and calculates an accurate length.
|
||||||
Only models 2D paths, so not core XY!
|
Only models 2D paths, so not core XY!
|
||||||
|
|
||||||
|
To make the back of the belt run against a smooth pulley on the outside of the loop specify a negative pitch radius.
|
||||||
|
|
||||||
By default the path is a closed loop but a gap length and position can be specified to make open loops.
|
By default the path is a closed loop but a gap length and position can be specified to make open loops.
|
||||||
|
|
||||||
Individual teeth are not drawn, instead they are represented by a lighter colour.
|
Individual teeth are not drawn, instead they are represented by a lighter colour.
|
||||||
|
@@ -21,6 +21,8 @@
|
|||||||
//! Models timing belt running over toothed or smooth pulleys and calculates an accurate length.
|
//! Models timing belt running over toothed or smooth pulleys and calculates an accurate length.
|
||||||
//! Only models 2D paths, so not core XY!
|
//! Only models 2D paths, so not core XY!
|
||||||
//!
|
//!
|
||||||
|
//! To make the back of the belt run against a smooth pulley on the outside of the loop specify a negative pitch radius.
|
||||||
|
//!
|
||||||
//! By default the path is a closed loop but a gap length and position can be specified to make open loops.
|
//! By default the path is a closed loop but a gap length and position can be specified to make open loops.
|
||||||
//!
|
//!
|
||||||
//! Individual teeth are not drawn, instead they are represented by a lighter colour.
|
//! Individual teeth are not drawn, instead they are represented by a lighter colour.
|
||||||
|
Reference in New Issue
Block a user