scale differ for various dimensions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

scale differ for various dimensions

honzas
Hi,

I've drawn a simple sketch, printed into pdf, saved and closed it. After some time I've reopened a drawing and noticed that scaling is broken.
See the original pdf vs. reopened file. In the reopened file most of the dimensions is 10x smaller, but not all. And funny thing is, that if I make the dimensions again. It behaves the same. (145 is again 145 - correct, and 25 is 25 instead of 250).

Please do you have any hints what could be wrong?

Version: 2.1.3
Compiler: GNU GCC 9.3.0
Compiled on: Mar 23 2020
Qt Version: 5.12.8
Boost Version: 1.71.0
System: Ubuntu 20.04.2 LTS

Thx a lot!


 original

scale problem
Reply | Threaded
Open this post in threaded view
|

Re: scale differ for various dimensions

dellus
This is a bug in 2.1.3, which is solved in 2.2.0 rc.
You probably have changed something in the current drawing preferences for dimensions. It happens when you have Linear precision 0 and Linear zeros "remove right". Avoid this combination.
Reply | Threaded
Open this post in threaded view
|

Re: scale differ for various dimensions

honzas
Perfect, that's it.

Thank you!