I don't use windows so I cannot give you a detailed path, but the configuration folder is for user configurations, so your new profile should go there. The profiles which are delivered with Cura are in another place. On the Mac they are within the application package/folder, so I guess you will find it in Windows on a similar place. Check the folder where the exe is, there should be also somewhere the definitions folder with all the profiles that comes with windows.
Another possibility is to search for the file on drive C.
- 1
Recommended Posts
Smithy 1,146
To extend or setup everything else, you should take a look in the printer definition files.
Additionally the build plate you see in Cura is just a picture, so even if you extend your build volume, the picture remains as is. But as far as I know the grayed areas are build dynamically depending on the printer definition.
I am on a Mac and the printer definition files are within the application package. You can copy the UM2+ profile from there and place it into the user configuration folder (definitions). Otherwise you would loose your profile after a Cura update.
You have to search for the folder in Windows. The folder is called definitions and the file you want to copy is named ultimaker2_plus.def.json
Link to post
Share on other sites
Smithy 1,146
And, the definition file inherits values from other profiles, in case of the UM2+, some values are inherited from the UM2 profile, but as soon as you found the folder, you will see what I mean.
In the profile there are also the disallowed areas you are looking for:
"machine_disallowed_areas": { "default_value": [ [[-115, 112.5], [ -78, 112.5], [ -80, 102.5], [-115, 102.5]], [[ 115, 112.5], [ 115, 102.5], [ 105, 102.5], [ 103, 112.5]], [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]], [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]] ] }
The build plate size is inherited from the UM2, but you can override it in your custom profile:
"machine_width": { "default_value": 223 }, "machine_depth": { "default_value": 223 }, "machine_height": { "default_value": 205 },
Link to post
Share on other sites
BryanU 0
Hi Smithy,
Thank you for your reply and explaining step by step on how to delete the disallowed areas.
But I have one problem. I went to open Cura (4.3.0) and at HELP -> Show Configuration Folder -> "definitions" folder (my folder is EMPTY). There's another folder called "definitions_changes" but inside are all "settings.inst" files.
Where do I go about finding the ".def.json" files in Local C drive?
Thanks in advance 🙂
Link to post
Share on other sites