From 117fb626e7023ca92339947a0f84a8aee5c6429e Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Thu, 27 Mar 2025 01:38:09 +0000 Subject: [PATCH] Fixed dimension example image address. --- readme.md | 2 +- utils/dimension.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2c9cd07..f171ac0 100644 --- a/readme.md +++ b/readme.md @@ -7253,7 +7253,7 @@ allows flexible positioning of the motors. ## Dimension Modules for adding dimensions to assembly views. - + * If `text` is empty, will display the measured distance. * `offset` will determine how much space is between the measured point and the dimension. diff --git a/utils/dimension.scad b/utils/dimension.scad index e5736ce..56174e9 100644 --- a/utils/dimension.scad +++ b/utils/dimension.scad @@ -20,7 +20,7 @@ // //! Modules for adding dimensions to assembly views. //! -//! +//! //! //! * If `text` is empty, will display the measured distance. //! * `offset` will determine how much space is between the measured point and the dimension.