1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-10 17:33:57 +02:00

Second attempt to fix dimension image.

This commit is contained in:
Chris Palmer
2025-03-27 01:56:05 +00:00
parent 946a3bea1c
commit 6b6704b823
2 changed files with 2 additions and 2 deletions

View File

@@ -7253,7 +7253,7 @@ allows flexible positioning of the motors.
## Dimension ## Dimension
Modules for adding dimensions to assembly views. Modules for adding dimensions to assembly views.
<img src="https://github.com/nophead/NopSCADlib/raw/master/docs/sliding_t_nut.png" width="500", height="378"> ![](docs/sliding_t_nut_small.png)
* If `text` is empty, will display the measured distance. * If `text` is empty, will display the measured distance.
* `offset` will determine how much space is between the measured point and the dimension. * `offset` will determine how much space is between the measured point and the dimension.

View File

@@ -20,7 +20,7 @@
// //
//! Modules for adding dimensions to assembly views. //! Modules for adding dimensions to assembly views.
//! //!
//! <img src="https://github.com/nophead/NopSCADlib/raw/master/docs/sliding_t_nut.png" width="500", height="378"> //! ![](docs/sliding_t_nut_small.png)
//! //!
//! * If `text` is empty, will display the measured distance. //! * If `text` is empty, will display the measured distance.
//! * `offset` will determine how much space is between the measured point and the dimension. //! * `offset` will determine how much space is between the measured point and the dimension.