To big structures

Discussions about the development of the TechDraw workbench
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
marcin86
Posts: 94
Joined: Fri Dec 20, 2019 1:20 pm
Location: Poznan/Poland

To big structures

Post by marcin86 »

Hello :)
I'm working on big structures and I can't take smaller scale then 0,01. I need 0,005 or 0,001. Any ideas?
Best regards
Marcin
Attachments
x1.PNG
x1.PNG (172.76 KiB) Viewed 1897 times
user1234
Veteran
Posts: 3512
Joined: Mon Jul 11, 2016 5:08 pm

Re: To big structures

Post by user1234 »

Expression for example: 1/1000

or

Edit --> Preferences --> General --> Units --> Number of Decimals

Greetings
user1234
chrisb
Veteran
Posts: 54273
Joined: Tue Mar 17, 2015 9:14 am

Re: To big structures

Post by chrisb »

Increase the number of decimals in Preferences->General->Units. If you enter a smaller value then it will not be shown on the GUI, but it will still be set. This may be helpful for a quick test, but sure not for a permanent solution.

Edit: User1234 was faster ...
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
marcin86
Posts: 94
Joined: Fri Dec 20, 2019 1:20 pm
Location: Poznan/Poland

Re: To big structures

Post by marcin86 »

Thank you for help!
User avatar
Shalmeneser
Veteran
Posts: 9580
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: To big structures

Post by Shalmeneser »

You can write an expression in Scale (eg 0.001) but you will see only 2 decimal digits (you see 0.00).

Code: Select all

=0.001
Edit: User1234 was faster ...
marcin86
Posts: 94
Joined: Fri Dec 20, 2019 1:20 pm
Location: Poznan/Poland

Re: To big structures

Post by marcin86 »

user1234 wrote: Thu Nov 18, 2021 10:29 pm Expression for example: 1/1000

or

Edit --> Preferences --> General --> Units --> Number of Decimals

Greetings
user1234
Attachments
xx.PNG
xx.PNG (82.04 KiB) Viewed 1851 times
Post Reply