how to change units from mm to inches?
Forum rules
and Helpful information
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help
Also, be nice to others! Read the FreeCAD code of conduct!
Also, be nice to others! Read the FreeCAD code of conduct!
how to change units from mm to inches?
I'm creating a part that needs to interface with several other parts that are all specified in inches, so it would be most convenient to simply switch my FreeCAD model to inches too. I can't see how to do this, however. Where is the option for switching the default unit system in a model (or for the application in general)?
Thanks,
-Jon
Thanks,
-Jon
Re: how to change units from mm to inches?
Preferences -> General -> Units
You can input any kind of unit all the time. The preferences just switch the display of the units in your preferred system. Internally FreeCAD always works with mm,kg,s.
You can input any kind of unit all the time. The preferences just switch the display of the units in your preferred system. Internally FreeCAD always works with mm,kg,s.
Stop whining - start coding!
Re: how to change units from mm to inches?
Assuming you are using FreeCAD 0.14dev compiled from master, 

Re: how to change units from mm to inches?
Right, only in 0.14
I forgot...

Stop whining - start coding!
Re: how to change units from mm to inches?
For what operating system? Please keep in mind FreeCAD is multiplatform and supports Windows, MacOS X and a gazillion Linux distributions. The mentioned units are already supported on Ubuntu, but only in the Sketcher, as other parts of the GUI still need to be implemented.
Re: how to change units from mm to inches?
OS: Windows 7
Platform: 32-bit
Version: 0.13.1828
Python version: 2.6.2
Qt version: 4.5.2
Coin version: 3.1.0
SoQt version: 1.4.1
OCC version: 6.3.0
How do I use inches if I am using 0.13?
Platform: 32-bit
Version: 0.13.1828
Python version: 2.6.2
Qt version: 4.5.2
Coin version: 3.1.0
SoQt version: 1.4.1
OCC version: 6.3.0
How do I use inches if I am using 0.13?
Re: how to change units from mm to inches?
You don't.
Re: how to change units from mm to inches?
use a calculator (or your headJim54 wrote:OS: Windows 7
Platform: 32-bit
Version: 0.13.1828
Python version: 2.6.2
Qt version: 4.5.2
Coin version: 3.1.0
SoQt version: 1.4.1
OCC version: 6.3.0
How do I use inches if I am using 0.13?

But really just upgrade, either your FreeCAD version or your measurement system or both.

-
- Posts: 1
- Joined: Tue Aug 19, 2014 4:05 am
Re: how to change units from mm to inches?
You can't even in 0.14. You can tell it to use us measurments and it will sometimes display inches but it may also choose to do feet or yards and you can't control it. It is very annoying. I want to say only inches and no other unit type but you cannot do this.