From e46e6b6e5b95792b5b2b4d7a7e4360beed22df0b Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Mon, 8 Mar 2021 22:57:00 +0000 Subject: [PATCH] Fixed markdown numbered points in core_xy. --- readme.md | 1 + utils/core_xy.scad | 1 + 2 files changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9c55f4c..ac4dcdf 100644 --- a/readme.md +++ b/readme.md @@ -5583,6 +5583,7 @@ Parameterised Core XY implementation. Draws the belts and provides utilities for The belts are positioned according the bottom left "anchor" pulley and the top right drive pulley. Implementation has the following features: + 1. The drive and idler pulleys may be different sizes. 2. The belt separation is parameterised. 3. The separation of the plain and toothed pulleys on the Y carriages is parameterised, in both the X and the Y direction. diff --git a/utils/core_xy.scad b/utils/core_xy.scad index e9efb72..0ae3299 100644 --- a/utils/core_xy.scad +++ b/utils/core_xy.scad @@ -22,6 +22,7 @@ //! //! The belts are positioned according the bottom left "anchor" pulley and the top right drive pulley. //! Implementation has the following features: +//! //! 1. The drive and idler pulleys may be different sizes. //! 2. The belt separation is parameterised. //! 3. The separation of the plain and toothed pulleys on the Y carriages is parameterised, in both the X and the Y direction.