@dc42 Thanks, I've made that change as well. Seems to work!
Latest posts made by mveinot
-
RE: Firmware 2.02 released!
-
RE: Firmware 2.02 released!
@wilriker Darnit! I forgot all about having that in there. Yep, that did it. Thank you so much.
-
RE: Firmware 2.02 released!
@wilriker Thanks for the insights. The reason I set the x=5 offset is that the x/y carriage bumps into part of the printer frame if I don't move it in a bit on that axis.
Even trying to home each axis individually I was still getting that error (insufficient axes homed)
My homeall.g just calls each of the individual homing files in sequence, it doesn't do anything special.
-
RE: Firmware 2.02 released!
Hi all, been using Duet3D for my CoreXY since the middle of last year or so.
Since 2.02 I've been unable to home the axes correctly. I use stepper resistance to home the X/Y and a BLTouch to home Z (I assume this is probably still working)
After updating to 2.02 I got a message when I try to home about insufficient axes being homed - did some reading and saw I needed to add
M564 H0
to allow movement before the axes were homed, so I did that, but now the print head just smashes into the 0 position and tries to keep going instead of determining that's the home position and proceeding with the rest of the home position.I've placed my config and home gcode files at this location.
Any help would be greatly appreciated.