Hello there! I've finally finished putting my Workbee 1010 together. The X and Z-axis are working perfectly but I'm having some issues with the Y-axis. As you can see in the following video whenever I change directions one side changes faster than the other. It's very noisy already when I move 10mm increments but it gets specially noisy when I move 100mm at once. What I've done so far: Checked wheels preload. All wheels have good contact and can turn by hand if I force it to. All lead screws are properly attached to the couplings and all the bearings and nuts are tightly placed and the lead screw is firm. Motors are properly attached to the coupling and the screws are fastened. Thanks in advance for the help P.s.: when i turn the lead screws by hand it moves smoothly and both axis seems to require the same amount of force to turn.
Here is all my settings. Code: $0=10 ; Step pulse time, microseconds $1=255 ; Step idle delay, milliseconds $2=0 ; Step pulse invert, mask $3=3 ; Step direction invert, mask $4=1 ; Invert step enable pin, boolean $5=0 ; Invert limit pins, boolean $6=0 ; Invert probe pin, boolean $10=1 ; Status report options, mask $11=0.020 ; Junction deviation, millimeters $12=0.002 ; Arc tolerance, millimeters $13=0 ; Report in inches, boolean $20=0 ; Soft limits enable, boolean $21=1 ; Hard limits enable, boolean $22=1 ; Homing cycle enable, boolean $23=3 ; Homing direction invert, mask $24=100.000 ; Homing locate feed rate, mm/min $25=1000.000 ; Homing search seek rate, mm/min $26=250 ; Homing switch debounce delay, milliseconds $27=5.000 ; Homing switch pull-off distance, millimeters $30=1000 ; Maximum spindle speed, RPM $31=0 ; Minimum spindle speed, RPM $32=0 ; Laser-mode enable, boolean $100=199.100 ; X-axis steps per millimeter $101=199.100 ; Y-axis steps per millimeter $102=199.100 ; Z-axis steps per millimeter $110=2500.000 ; X-axis maximum rate, mm/min $111=2500.000 ; Y-axis maximum rate, mm/min $112=2500.000 ; Z-axis maximum rate, mm/min $120=150.000 ; X-axis acceleration, mm/sec^2 $121=150.000 ; Y-axis acceleration, mm/sec^2 $122=150.000 ; Z-axis acceleration, mm/sec^2 $130=824.000 ; X-axis maximum travel, millimeters $131=780.000 ; Y-axis maximum travel, millimeters $132=122.000 ; Z-axis maximum travel, millimeters
I think I found the issue. The green wire on one of the y-axis motors had a bad connection. I fixed that and this is the result: I figure it must be normal for the y-axis be much louder than the other two but it would be nice to have a confirmation from more experienced people. Does everything sound ok trough the video?