CoreXY setup problems with movement
-
It is possible that you have a defective stepper driver but I suggest you run the checks of motor movement that I linked to in my first post above, just to make sure that it isn't a configuration issue.
I went through that before joining the forum as part of the troubleshooting.
The one thing I didn’t do was to measure to see if it was actually diagonal by measuring. I was looking for general direction movement. Also when commanding just one axis to move, as in X +10, the X and Y both had movement.
-
It is possible that you have a defective stepper driver but I suggest you run the checks of motor movement that I linked to in my first post above, just to make sure that it isn't a configuration issue.
I went through that before joining the forum as part of the troubleshooting.
The one thing I didn’t do was to measure to see if it was actually diagonal by measuring. I was looking for general direction movement. Also when commanding just one axis to move, as in X +10, the X and Y both had movement.
I'm just a tad confused by that. When you run the G1 S2 commands that I linked to, they test each individual motor so movement should be at 45 degrees. You shouldn't need to measure anything to see if it's diagonal as it ought to be obvious. So when you run G91 then G1 S2 X10 F3000 what do you get in terms of X and Y movement (direction that is, not distance)? Also, what X and Y movement do you get when you run G91 followed by G1 S2 Y10 F3000?
-
It is possible that you have a defective stepper driver but I suggest you run the checks of motor movement that I linked to in my first post above, just to make sure that it isn't a configuration issue.
I went through that before joining the forum as part of the troubleshooting.
The one thing I didn’t do was to measure to see if it was actually diagonal by measuring. I was looking for general direction movement. Also when commanding just one axis to move, as in X +10, the X and Y both had movement.
I'm just a tad confused by that. When you run the G1 S2 commands that I linked to, they test each individual motor so movement should be at 45 degrees. You shouldn't need to measure anything to see if it's diagonal as it ought to be obvious. So when you run G91 then G1 S2 X10 F3000 what do you get in terms of X and Y movement (direction that is, not distance)? Also, what X and Y movement do you get when you run G91 followed by G1 S2 Y10 F3000?
I will have to reinstall the Duet Board to do it again.
I might not have time this evening to uninstall the ramps setup and install the Duet board and test. I will try though and report back here.
At least I was able to use my printer last night with the ramps setup, and see that mechanically, it is functioning properly.
I really hope it’s something simple in the programming and not a board issue. The web interface is nice and the motors are quieter.
Even the first board I used on this printer, a cheap Anet V1 board, worked great. It’s the parts printer I used for some parts.
-
…...................
I really hope it’s something simple in the programming and not a board issue. The web interface is nice and the motors are quieter.Yes it's a great board - both hardware and firmware. It's very unusual but not impossible that you may have a faulty stepper driver. In which case, you'll find that getting it replaced under warranty is no problem. The individual motor tests should help to prove if it's a driver. Might just be worth checking the wiring too. I understand that the printer works fine with your other board but it's not impossible that there might be a bad crimp in a connector that works in one position but not in another. Unlikely I know, but not impossible.
-
…...................
I really hope it’s something simple in the programming and not a board issue. The web interface is nice and the motors are quieter.Yes it's a great board - both hardware and firmware. It's very unusual but not impossible that you may have a faulty stepper driver. In which case, you'll find that getting it replaced under warranty is no problem. The individual motor tests should help to prove if it's a driver. Might just be worth checking the wiring too. I understand that the printer works fine with your other board but it's not impossible that there might be a bad crimp in a connector that works in one position but not in another. Unlikely I know, but not impossible.
I’m still using factory crimps on the cables I have. They have DuPont connectors on them for now and once I knew everything was working properly I was going to install the molex connectors.
One thing I forgot to mention, I did actually try other cables, since I have spares and was a quick test. So I doubt that 2-3 cables would have the same issue.One other thing. Is there a way I can wipe the configuration in there and reinstall it? Possible problem with the configuration file maybe? I guess. Could install a Cartesian setup and make a couple small moves then install a fresh configuration for CorrXY.
-
I’m still using factory crimps on the cables I have. They have DuPont connectors on them for now and once I knew everything was working properly I was going to install the molex connectors.
One thing I forgot to mention, I did actually try other cables, since I have spares and was a quick test. So I doubt that 2-3 cables would have the same issue.One other thing. Is there a way I can wipe the configuration in there and reinstall it? Possible problem with the configuration file maybe? I guess. Could install a Cartesian setup and make a couple small moves then install a fresh configuration for CorrXY.
Fair enough - as you say, it's unlikely to be a cabling issue. Nothing jumped out at me from your config.g but that's not to say I haven't missed anything. AFAIK, uploading a new config.g will overwrite anything that's there.
-
I would also point out that you should also delete your Config-overide file and maybe comment out the M501 at the end of your Config.g until you have this sorted?
Doug
-
I would also point out that you should also delete your Config-overide file and maybe comment out the M501 at the end of your Config.g until you have this sorted?
Doug
Very good point! In fact better still - don't use config-override at all IMO. Having said all that, it shouldn't have anything in it that will affect the basic XY movement but still, good practice to delete it until basic set up is done.
-
I’m a licensed industrial electrician, that’s why I swapped the cables also, just forgot to mention it previously. I’ve seen some pretty dumb reasons for something not working and always try simple things first when troubleshooting.
As for the config-override file, I will delete it once I reinstall the board. I will also comment out M501 at the end for now.
Hardest part is uninstalling the Ramps setup and reinstalling the Duet board, ( which is pretty easy). Otherwise, I like these tests to see if we can find the solution.
-
I guess it's not impossible that the Y driver has a fault that causes it to step too much. If so, that would be the first time I have heard of that fault happening. The way to test it would be to connect the Y motor to the E1 motor output, and put this command in config.g:
M584 X0 Y4 Z2 E3
The M584 command must come before any M906 and M350 commands.
-
I guess it's not impossible that the Y driver has a fault that causes it to step too much. If so, that would be the first time I have heard of that fault happening. The way to test it would be to connect the Y motor to the E1 motor output, and put this command in config.g:
M584 X0 Y4 Z2 E3
The M584 command must come before any M906 and M350 commands.
I will hopefully get a chance to try this also tonight. I will post the results as well as the other suggestions.
Looks like I’ll be busy testing if I can get some time to get to it.I appreciate all the suggestions and help from everyone with my problem. It’s not the way I wanted this to go with the new board, but having the support sure does help.
-
It is possible that you have a defective stepper driver but I suggest you run the checks of motor movement that I linked to in my first post above, just to make sure that it isn't a configuration issue.
I went through that before joining the forum as part of the troubleshooting.
The one thing I didn’t do was to measure to see if it was actually diagonal by measuring. I was looking for general direction movement. Also when commanding just one axis to move, as in X +10, the X and Y both had movement.
I'm just a tad confused by that. When you run the G1 S2 commands that I linked to, they test each individual motor so movement should be at 45 degrees. You shouldn't need to measure anything to see if it's diagonal as it ought to be obvious. So when you run G91 then G1 S2 X10 F3000 what do you get in terms of X and Y movement (direction that is, not distance)? Also, what X and Y movement do you get when you run G91 followed by G1 S2 Y10 F3000?
I will have to reinstall the Duet Board to do it again.
I might not have time this evening to uninstall the ramps setup and install the Duet board and test. I will try though and report back here.
At least I was able to use my printer last night with the ramps setup, and see that mechanically, it is functioning properly.
I really hope it’s something simple in the programming and not a board issue. The web interface is nice and the motors are quieter.
Even the first board I used on this printer, a cheap Anet V1 board, worked great. It’s the parts printer I used for some parts.
Redid the testing on from the link.
I do get each motor turning like it is supposed to. I can clearly see only one motor turning and it goes diagonal.When I run G1 S2 Y10 F3000, I get +X -Y movement.
-
I would also point out that you should also delete your Config-overide file and maybe comment out the M501 at the end of your Config.g until you have this sorted?
Doug
I don't see the Config-overide file in the list of files through the system editor, plus I did comment out M501 for now.
-
I guess it's not impossible that the Y driver has a fault that causes it to step too much. If so, that would be the first time I have heard of that fault happening. The way to test it would be to connect the Y motor to the E1 motor output, and put this command in config.g:
M584 X0 Y4 Z2 E3
The M584 command must come before any M906 and M350 commands.
I don't know if I should be happy that I found the problem, or pissed off that the board is the problem, lol.
I tried your suggestion and I had the same results, nothing different. So common sense says, if the Y-axis didn't make any difference, try the X axis.
With the X Axis connected to E1and setup, everything is working exactly like it's supposed to. Except for the endstop, but I wasn't too concerned about the endstop just yet. Finding the root of the problem was what I was after.
You mentioned it would be the first time you see this, well of course, I had to be the first, haha.
Now that we figured out that the X-axis has some kind of problem with it on the board, what is my next step to get the board replaced?
-
I'm sorry you appear to have received a faulty board. Our current test procedure doesn't check the speed of the motor outputs. I'll add this to the requirements for the automated test equipment we are developing.
If you purchased the board direct form duet3d.com, see https://www.duet3d.com/warranty. Otherwise, please contact your supplier.
-
I'm sorry you appear to have received a faulty board. Our current test procedure doesn't check the speed of the motor outputs. I'll add this to the requirements for the automated test equipment we are developing.
If you purchased the board direct form duet3d.com, see https://www.duet3d.com/warranty. Otherwise, please contact your supplier.
I purchased the board from the authorize Canadian supplier, Spool3D. I will contact them and see how they want to handle it.
-
Contacted the supplier this morning, they have already shipped a replacement and sent me the tracking number. I also filled out the warranty form as they requested.
In about a week or less I should have the replacement and we can try again, lol.
-
I little update.
I received the new board today. Installed it, ran through the configuration, tested the X and Y movement. It worked as expected. I tweaked the Z steps, calibrated the extruder and ran auto PID tune on the hotend and bed. That’s further than I’ve ever been with the first board.
Figured I would load a calibration cube that I had printed on that printer previously with the ramps board.
Z axis wants to stay at the Home position. I can manually change it by 1mm while printing, but as soon as it gets to the next layer, it goes back to home. I’ll do some searching and see what I can figure out tomorrow.
-
Are you able to jog the Z axis using the buttons in the web interface after homing, and does it move in the correct direction?
Bear in mind that on a machine with the bed moving in the Z direction, the Z up buttons should move the bed down, and vice versa. This is because +Z means "increase the distance between the bed and the nozzle".
-
Yes. After homing, using the web interface, I can jog Any of the Axis and they move in the correct direction. I figured if something was backwards, jogging it would show it. Also, when it goes to the next layer, it’s not like it tries to move the 0.2mm that it’s supposed to according to the file, it’s backwards, plus it moves till it hits the end-stop.