duet2 wifi rrf3. x and y move at same time
-
x and y move at the same time even past the end stops. making the belts skip, i've tried several different configs. driving me nuts.
-
-
What kind of a printer is it? Is it actually a CoreXY?
What firmware version?
-
your homing scripts are for a cartesian printer, but you configured corexy.
-
its an ender 3 BLV with dual Z's. sorry new to this forum thing.
-
V 3.2.2. web server is 1.25
-
@kvilhauer If it's one of these https://www.blvprojects.com/blv-ender-3-pro then it's still a Cartesian printer, and you need to remove this command from your config.g (line 10):
M669 K1 ; select CoreXY mode
Cartesian is the default, so you don't need to replace it with anything else. That should get it to move one axis at a time, so you can sort out the other problems.
See https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter for further details about setting up config.g.
Ian
-
i cant believe it was something that easy. sorry guys. im playing with offsets now. thx for your time