Hello,
My prints are not centered, they are printing exactly where the Z probe offset is. I have my Z probe at X=32.5 and Y=5 and that is how far the print is from the center.
I am using repetier 0.92.9.
This is my start script in CURA:
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G32
G1 Z15.0 F9000 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000
M117 Printing...
Thank you for your help!