Thank you for the insight. I tried on round/curved objects but it is not consistent. There are no edges so maybe Cura's algorithm behaves differently. I would expected it just regards the bounding box.
Hey, I'm just making this stuff up as I go.
That's just how I'd write it/understand it.
Recommended Posts
DaHai8 74
Your build area is 215x215
Your cube size is 24.3x24.3
Assuming your cube is centered on the build area, then the bottom left point of the cube would be at 95.35x, 95.35y
Specifying X=0 and Y=100 puts that coordinate just 4.65mm north (Y) of the bottom left corner of your cube, but on the X axis.
I believe Cura is favoring corners for Z-Seam alignments to minimize visibility, so the lower left corner of your cube is closest.
Did you try 0x, 215y for the upper left corner? This would be the top left corner of your build area. That should put the z-seam at the top-left corner of your cube.
Also try: 95x, 120y That will place your z-seam coordinate right next to the cubes upper-left corner.
You cube is define as (from lower-left corner going clockwise):
(95.35,95.35), (95.35,119.65),(119.65,119.65),(119.65,95.35)
For more accurate z-seam placements, try these corrdinates:
95x, 95y = lower left corner.
95x, 120y = upper left corner
120x, 120y = upper right corner
120x, 95y = lower right corner
Distance = sqrt((x2-x1)^2 * (y2-y1)^2))
Cura is finding the closet point (distance) to your specified z-seam location and if your points are way far away, it can give (seemingly) inconsistent results.
Edited by GuestLink to post
Share on other sites
Nicolinux 288
Thank you for the insight. I tried on round/curved objects but it is not consistent. There are no edges so maybe Cura's algorithm behaves differently. I would expected it just regards the bounding box.
Link to post
Share on other sites