Separate names with a comma.
Some features disabled for guests. Register Today.
Finding a manual is key Both questions are answered by the manual BlackBox outputs industry standard 0-10v signal. Rest is up to VFD (parameters...
BlackBox 4X was the old one, grab the X32 Yes, reassembled. Yes, all connectors. Make sure to check your motors electrical specs. We do...
$40 disables the protection it would have afforded you when machine was correctly set up. But ultimately your choice
It doesn't measure motor temp. Overcurrent heats up the drivers. But could be other factors too, see 2nd half of...
Contact the store via Support > New Ticket for assistance including pictures of the servo and showing where you wired it to the Blackbox.
Make sure you are homing correctly: 1. First test jogging. Does X+ move carriage to the right. Does Y+ move carriage to back of machine. Does Z+...
You have to complete installation per GitHub - grblHAL/Plugin_WebUI: ESP3D-WEBUI backend for networking capable drivers/boards with SD card...
What controller do you have?
No, only if you happened to be at MPOS0,0,0 when you rebooted. Machine can't retain machine position because machine could move while controller...
Alarms/Errors are supposed to stop the job (its unsafe to continue due to whatever happened bad enough to raise an alarm) Have a read through...
Include the full error message, the numbers mean a lot less without having to first go and look it up (; 24 is "Two G-code commands that both...
We do "keep" it around while closed until a new update comes through. But Grbl is correct, it should zero on startup - because you are supposed to...
If it ran well on TB6560s it will run great on a BlackBox. It uses TB67S109s (newer chip but same manufacturer as the TB6560s = Toshiba) I would...
Try to post datasheet (or model no, but then we have to google up a datasheet (; so easier if you do find a datasheet) so we can check if their...
Well, both, and also "$" commands. But yes. Grbl's comms are quite simple, for the most part, most of the work of a UI is to prevent the user...
If you have issues make sure to fix the source of the EMI instead docs:blackbox-x32:faq-emi [OpenBuilds Documentation] Or make sure you didn't...
We don't use an A label, so perhaps xPro. If so, 2nd Y motor plugs into A
No, there are lots of ways to set zeroes Manual jog + setzero shown in video below [MEDIA] although if you want to use the probe, it can be...
Then make sure to set your Work Zeros to center of stock too. I tend to do a diagonal corner-to-corner line in pencil, set zero using just...
Well, a little, but we also can't write it all for you (; Frontend function: OpenBuilds-CONTROL/app/js/jog.js at...