I just finished assembly on my lead 1010 black with the black box. On the initial dry run of the hello world sample, the machine worked perfectly. Seemed slow, but did exactly what it was supposed to do. I did have a problem with homing the machine on Z. It would grind and pop then error out. I could set a zero point for X, Y & Z and it would return to said point. I felt that was a good stopping point so I turned the power off and left it. Came back to it today and powered it up. It will not jog, it thinks it is, but no movement on any Axis. I loaded the hello world sample again and clicked run job. The screen said it was running, but no movement. I am extremely new to this. Any suggestions?
Any red ! lights on the BB near the axis leds? The grinding and popping is an indication of a wiring issue. Troubleshooting steps can be found here: docs:blackbox:faq-identify-motor-coils [OpenBuilds Documentation] Also regarding "seemed slow". The machine profiles are very conservative. Once you get your machine working fine, then you can go in a tweak things like max speed and acceleration. With that said, the slowness was probably programmed into the file.
Also check that $4 Invert Enable = Enabled in Grbl Settings. For it to jog, it needs just two things: $4=1 (Enabled) 24v Power coming in
Ok, I'm very new to this, lol. I didn't see any red lights on the BB. I even tried tripping the limit switch and it didn't alarm.
OpenBuilds CONTROL > grbl settings tab > scroll down to $4. Check that it is set to Enabled Also, check power. Is the fan spinning inside BlackBox (it should, if it doesnt you dont have power going into it) While you are in grbl settings, check, is the Limits Installed switch to the right of the profiles ticked?
Fan in Blackbox spinning? Power LED on BlackBox: On? Red or Green? LED behind logo next to fan in top lid on? Color?
In CONTROL > grbl settings tab. Click Backup Settings button on top toolbar. Open the resulting text file and paste contents here please
$0=10 ; Step pulse time, microseconds $1=255 ; Step idle delay, milliseconds $2=0 ; Step pulse invert, mask $3=4 ; 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=810.000 ; X-axis maximum travel, millimeters $131=730.000 ; Y-axis maximum travel, millimeters $132=90.000 ; Z-axis maximum travel, millimeters
Nothing looks out of place, has me stumped to be honest. Speak to http://support.openbuilds.com/support/home please, they should be able to sort you out. Include a link to this thread so they don't ask you to repeat the same troubleshooting