New build, issue homing
-
I have a Duet 2 WIFI in a Tronxy X5SA with firmware 3.4.5
Heaters seem to be working fine, except the bed throwing a fault because it's heating too slow.
My main issue is that when I X home or Y home, it moves right about 5mm
Homing again only moves right and the new 0 is set (can't manually move left, with the web controls)I've wiped my SD card and re-did the reprap config again and still the same issue.
-
@CarpeNoctem said in New build, issue homing:
Heaters seem to be working fine, except the bed throwing a fault because it's heating too slow.
PID tune your heaters. https://docs.duet3d.com/en/User_manual/Connecting_hardware/Heaters_tuning
@CarpeNoctem said in New build, issue homing:
My main issue is that when I X home or Y home, it moves right about 5mm
Homing again only moves right and the new 0 is set (can't manually move left, with the web controls)This probably means that your endstops are misconfigured and they think they are triggered, when they are not. So it's doing a short back off move. You can use M119 to check the status of your endstops. If they show triggered when they are not, that's the cause.
Post your config.g so we can see your endstop configuration. You may need to invert the pin with a
!
or remove the!
if it's already there.https://docs.duet3d.com/en/User_manual/Connecting_hardware/Sensors_endstops
-
@Phaedrux Thanks a lot.
I didn't set the endstop pin to active-low.
On another note, how do I run the bed leveling?
Also, how do I set the Z offset?I'm getting an error of "Z probe 0 not found" when trying to run G29 or G32
My Z "probe" is the stock tronxy one that I managed to get it to work, even though it requires 6v minimum. the duet thinks its a "switch" with the way I've gotten it to work.Thanks
EDIT: I figured it out.
I went through the configurator again, on endstop config I set it to z-probe, then on probe type = switch -
-