From fc7fd5482e05554ada0ad0ff9742627874e9ffff Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Sat, 14 Nov 2020 17:40:20 +0000 Subject: [PATCH] Corrected core XY comment. --- readme.md | 2 +- vitamins/belt.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b3baf04..40a6cb2 100644 --- a/readme.md +++ b/readme.md @@ -208,7 +208,7 @@ exposing enough information to make a battery box. ## Belts 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. diff --git a/vitamins/belt.scad b/vitamins/belt.scad index 01d3890..2142920 100644 --- a/vitamins/belt.scad +++ b/vitamins/belt.scad @@ -19,7 +19,7 @@ // //! 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. //!