Corrected core XY comment.

This commit is contained in:
Chris Palmer 2020-11-14 17:40:20 +00:00
parent cee1202fd9
commit fc7fd5482e
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ exposing enough information to make a battery box.
<a name="Belts"></a> <a name="Belts"></a>
## Belts ## Belts
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 crossed belt 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. To make the back of the belt run against a smooth pulley on the outside of the loop specify a negative pitch radius.

View File

@ -19,7 +19,7 @@
// //
//! 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 crossed belt 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. //! To make the back of the belt run against a smooth pulley on the outside of the loop specify a negative pitch radius.
//! //!