From 6b6704b823291119697bf4993eddb3f2e6873875 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Thu, 27 Mar 2025 01:56:05 +0000 Subject: [PATCH] Second attempt to fix dimension image. --- readme.md | 2 +- utils/dimension.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f171ac0..52e5cb5 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. - +![](docs/sliding_t_nut_small.png) * 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 56174e9..033b08c 100644 --- a/utils/dimension.scad +++ b/utils/dimension.scad @@ -20,7 +20,7 @@ // //! Modules for adding dimensions to assembly views. //! -//! +//! ![](docs/sliding_t_nut_small.png) //! //! * If `text` is empty, will display the measured distance. //! * `offset` will determine how much space is between the measured point and the dimension.