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.