Move delta motors independently
-
I am picking up on 3d printing after a long pause. I have some trouble getting my prints neat. For troubleshooting purposes, I am trying to think up a macro that moves my carriages up and down a few times one tower after another. I thought I once read about a command in RRF that allows that, but can't seem to find it. Am I mistaken or just not looking good enough?
-
You may want to go through this again to get re-familiarized.
https://docs.duet3d.com/en/User_manual/Tuning/Delta_calibration
To move a motor independently , when in relative movement mode (G91) you can use G1 H1 X/Y/Z to move each tower motor.
https://docs.duet3d.com/User_manual/Reference/Gcodes#g0g1-h-and-s-parameter
-
@Phaedrux, thanks, exactly what I needed!