Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
On Configuration Editor, pro_unit_sys is mmns, as I want (and 99% of the world wants).
But every new part I create comes with the stupid Inch lbm second
I'm very tired of changing this on Model Properties every time I create a file
What is wrong here ?
Solved! Go to Solution.
Lucas,
pro_unit_sys defined in config.pro is used when you create empty part. You must not use template !!!
If you want to use template then open template part in Creo, change its units and SAVE it. After this modification the template is ready to use !!!
Martin Hanak
Lucas,
pro_unit_sys defined in config.pro is used when you create empty part. You must not use template !!!
If you want to use template then open template part in Creo, change its units and SAVE it. After this modification the template is ready to use !!!
Martin Hanak
I didn't know this option existed so thank you both. I always start with an empty part and 80% of these I have to change to metric. This should help.
There are default templates for both ips and mmns settings in the <loadpoint>/comon files/M###/templates folder.
Use the proper template for your units or create your own templates and use the start_model_dir config.pro setting to point to the folder with your custom template(s).
Gotta Thank you both, too
In my logic and opinion the Config.pro should override the templates...That's why I got it wrong.
To complement Martin and Ben's explanation:
Copying a original template to your folder and edit it's units may not be enough for you. To make the new template default, change template_solidpart, or template_designasm, etc...
Thanks again.