Hi
My Ender 3 S1 Pro hits the X and Y limit switches at the right point. At the far most lower left. But when the print starts it begins the print 5mm shiftet in Y direction. At the left side of my printbed is a 10mm gap to the print and on the right side it hits some software limit and prints some lines over each other. I am slicing witch orca slicer and print over octoprint.
Here is the start G-code which is pre defined in Orca slicer. I only added the G29 command.
G90 ; use absolute coordinates
M83 ; extruder relative mode
M104 S150 ; set temporary nozzle temp to prevent oozing during homing
M140 S[bed_temperature_initial_layer_single] ; set final bed temp
G4 S30 ; allow partial nozzle warmup
G28 ; home all axis and restore leveling
G29
G1 Z50 F240
G1 X1 Y0 F3000
M104 S[nozzle_temperature_initial_layer] ; set final nozzle temp
M190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize
M109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize
G1 Z0.28 F240
G92 E0
G1 X0 Y140 E10 F1500 ; prime the nozzle
G1 X0.3 Y140 F5000
G92 E0
G1 X0.3 Y0 E10 F1200 ; prime the nozzle
G92 E0
I cant´t figure out what´s the problem. Can someone give me an hint?
Uli