DivingDuck 105
This is there. You may want to look for/add "nozzle_disallowed_areas" in your printer definition file.
nozzle_disallowed_areas starts at center of the bed ([0,0]), defined by an rectangle with x/y coordinates of 4 point's: [[x,y],[x,y],[x,y],[x,y]]
Example:
"nozzle_disallowed_areas": {
"default_value":[
[
[10, 150], [10, -150], [-10, -150], [-10, 150]
]
]
},
This will create a non printable area of 20x300 from front to back in the middle of the bed:
Recommended Posts
Jimbobiggins 0
Did you ever find a solution for this?
I had one test print fuse with the bed and I tore out a 20x40 chunk out of it.
I've been moving my models around in Cura to avoid the hole, but it'd be wonderful if I could designate that area as "off-limits."
Link to post
Share on other sites