Bed leveling going to wrong side.
-
@esobreiro said in Bed leveling going to wrong side.:
G1 H1 Y305 ; then move slowly to Y axis endstop
When you change the Y endstop to be at the minimum side, you must then also change the direction of your Y homing moves from positive to negative. (and your back off moves from negative to positive)
-
@Phaedrux said in Bed leveling going to wrong side.:
-X should move to the left, +X to the right. -Y to the front, +Y to the back.
Is this how it's moving?
-
@Phaedrux Thanks again.
I did that because of this problem... I just revert and no success.
Now its homed at X:60 Y:30 with same behaivour.Best regards,
Erick
-
https://forum.duet3d.com/topic/14971/vcore-pro-core-xy-the-x-and-y-axis-home-issue/4?_=1616004568765
Take a look at this post it will lay out what you'll need to do to get the coordinate system correct.
-
-
@esobreiro said in Bed leveling going to wrong side.:
but....
-y=backOk, that's a starting point.
Go through this test:
https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCoreXYPrinter#Section_Testing_motor_movement
It will help you figure out what needs to change. It's likely that either one of the motors need a direction of rotation change and/or the motor plugs swapped. It will help you figure out which.
-
Not so fast...
After following the belt schema now, I have half bed and the following errors:
G32
Warning: Skipping grid point (36.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (66.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (96.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (126.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (156.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (186.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (216.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (246.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (276.0, 36.0) because Z probe cannot reach it
Warning: Skipping grid point (276.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (246.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (216.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (186.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (156.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (126.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (96.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (66.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (36.0, 66.0) because Z probe cannot reach it
Warning: Skipping grid point (36.0, 96.0) because Z probe cannot reach it
Warning: Skipping grid point (66.0, 96.0) because Z probe cannot reach it
Warning: Skipping grid point (96.0, 96.0) because Z probe cannot reach it
Warning: Skipping grid point (126.0, 96.0) because Z probe cannot reach it
Warning: Skipping grid point (156.0, 96.0) because Z probe cannot reach it
Warning: Skipping grid point (186.0, 96.0) because Z probe cannot reach it
Warning: Skipping grid point (216.0, 96.0) because Z probe cannot reach it
Warning: Skipping grid point (246.0, 96.0) because Z probe cannot reach it
Warning: Skipping grid point (276.0, 96.0) because Z probe cannot reach it -
@esobreiro said in Bed leveling going to wrong side.:
G31 P500 X180 Y100 Z1.5
Is your probe really x180 and Y100 away from your nozzle tip?
https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
-
Downgrading the firmware... and test....
-
I revert the firmware from 3.2 to 2.05.1 and everything is working fine. Thank you!