Replies: 9 comments 15 replies
-
OK, progress being made, I created some macros to reconfigure the kinematics and motor speeds to disconnect x from b and fiddle with z to break those out and deal with one at a time. In doing so, I discovered that my Z-axis motor is wired differently than my other motors, joy of joys. But I have been able to get it moving! Here is the current state of my testing scripts: |
Beta Was this translation helpful? Give feedback.
-
While I've been able to test the motors individually now, (see above), attempting to call working that next... I have a feeling B and X are fighting. Also, for the Gloomy Fly-E3-PROv3 this pin diagram was helpful:https://mellow-3d.github.io/fly_e3_pro_v3_pins.html Harrumph, X and B are not working (again? or ever) -- and so I'm trying to get those to home properly. |
Beta Was this translation helpful? Give feedback.
-
All ready to go but no time... :( |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Oh, and I'll probably figure it out here before you respond, but for posterity's sake: Is X (Driver 1) the TOP or the BOTTOM? (I.e. is B (Driver 2) the BOTTOM or the TOP motor? |
Beta Was this translation helpful? Give feedback.
-
I finally got my wiring done and can’t get my board to log into my wifi. Reading this thread is so intimidating! I’ll get it moving one day. |
Beta Was this translation helpful? Give feedback.
-
I have up on sensor less X, added a switch. My fork has the files. I also couldn't get it working. I'm still not sure on positive/negative sense of C axis and hope to feed it the gcode propeller file from the slicer GitHub output directory later this weekend. |
Beta Was this translation helpful? Give feedback.
-
I had to reverse the order of the homing so that B was homed after X due to
reliability. I'll share all my files this weekend.
…On Sat, Feb 22, 2025 at 8:33 AM mickemajstro ***@***.***> wrote:
I have succedet in X-axis not trouble in B-axis
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZOI72YZPXXIMNY5XEUEF32RCDDLAVCNFSM6AAAAABWNDXZZCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRYGYZDGMY>
.
You are receiving this because you authored the thread.Message ID:
<jyjblrd/Core-R-Theta-4-Axis-Printer/repo-discussions/31/comments/12286233
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I preaveusly put in a comment of that I did not have luck at all with sensorless homing om my printer with DUET2 WiFi MB. The biggest problem was that I tried to home to slow. I was running at 500 at first and ended up at 4000, with the Homing acceleration set att 100 in both axis. Then it was aprox 6hour of try and error to get acc, homingspeed and sensibility to match up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got mine all wired up and I'm starting down the road of trying to figure out why it's not working :-)
I.e. learning the G-codes to try and drive one motor at a time....
Anyone beat me to it?
OK, I got my C axis moving, and my Extruder as well. My Z axis always claims to short out, I've tried using the Extruder's wiring, same thing. X and B are ... ugh.
With respect to X and B, I'm struggling to understand now the axis:drive mapping:
M584 Z4 C0 X1 B2 E3 S0
relates to the KinematicsM669 K0 C0:0:0:0:1 X-1:0:0:1:0 Z0:0:1:0:0 B0.22222222:0:0:0.222222222:0 ; 4 axis control
-- e.g.C0
vsC0:0:0:0:1
-- wtf.And
Z4
vsZ0:0:1:0:0
-- does not compute.Beta Was this translation helpful? Give feedback.
All reactions