Fixed markdown numbered points in core_xy.

This commit is contained in:
Chris Palmer 2021-03-08 22:57:00 +00:00
parent 4925979519
commit e46e6b6e5b
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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.