Prints are not in the center of the Bed
-
@lui2004 Make sure your slicer knows the bed size and where X0,Y0 is.
-
I just try all but is not in the Center.
I will be back to my old config in first post
Sorry for my Bad english
Can you help me
Thx
-
If your steps/mm are correct (prints have the expected size), your (0,0) point matches what you configured in slicer and your bed size (X & Y sizes) is correctly configured in slicer it is impossible for your prints to not be in the center of the bed.
Post slicer setup and real pictures with an off-center print. -
This are my settings in S3D - For Abs with E3D-V6 Bowden
picture from print will come in few minutes
-
@lui2004 I'm not really familiar with S3d, but I don't see anywhere to configure the bed in your screenshots. It's probably in the printer configuration rather than print settings.
Perhaps this will help: https://drmrehorst.blogspot.com/2017/08/setting-up-3d-printers-origin.html
-
pictures off-center print
-
settings for bed in S3D
-
Question, when your print head is in the homed position, is it actually off the edge of your bed? You may need to use a negative axis minima in your M208 command in config.g to account for the distance the nozzle is off from the edge of the print bed.
-
my position after home all
-
@lui2004 said in Prints are not in the center of the Bed:
M208 X0 Y0 Z0 S1 ; Set axis minima
So you may need to adjust your minima to account for that distance.
If that's the X axis, you could use:
M208 X-20 Y0 Z0 S1 ; Set axis minima
That would shift the 0,0 position 20mm over to the right in that image and should place it on the bed, which should shift your bed center over as well.
-
i will try it
thanks