Thank you very much. I did what your suggested and it came out the way it should be. Now I can utilize the full size of my printer bed.
GregValiant 1,142
"Even a blind squirrel finds a nut every now and then."
Thank you very much. I did what your suggested and it came out the way it should be. Now I can utilize the full size of my printer bed.
"Even a blind squirrel finds a nut every now and then."
Recommended Posts
GregValiant 1,142
I think this is what you need to do.
Cura uses two machine definition files. They should be in a folder that looks a lot like this:
C:\Program Files\Ultimaker Cura 4.6\resources\definitions\
One file is "creality_base.def.json" and the second is "creality_ender3.def.json"
They are text files and will open in Notepad. Within the Ender 3 definition file there might be an area like this (the numbers shown are for my E3Pro):
Within the section "overrides" find...
"machine_disallowed_areas": {
"default_value": [
[[-117.5, 117.5], [-117.5, 108], [117.5, 108], [117.5, 117.5]],
[[-117.5, -108], [-117.5, -117.5], [117.5, -117.5], [117.5, -108]]
If it looked like the one below you would have a 10mm border around the 300mm build plate. Don't quote me on that. All I know about Python is that "if there are spaces, there are supposed to be spaces".
[[-150, 150], [-150, 140], [150, 140], [150, 150]],
[[-150, -140], [-150, -150], [150, -150], [150, -140]]
Be careful and remember, if your printer blows up it wasn't my fault. Make a backup copy of the file before you start changing anything. When you restart Cura it should read the new numbers from the file. I think. Maybe.
Link to post
Share on other sites