Separate names with a comma.
Some features disabled for guests. Register Today.
Yes. In OpenBuilds CAM, you can set the spindle on and a pause by adding it to the application settings. Check out this post: Spindle Speed...
G4 P<seconds> G Codes It goes on the line after your spindle start command. That's if you were coding by hand. What cam software are you using?
Info is on their website: https://ooznest.co.uk/product/solid-carbide-engraver-2flute/ It also might be in their tool db. Just import and...
Yes. On whatever line it errored out on. The serial console tab will provide more information. But if it happened in the middle of a program,...
Assuming you mean for grbl, then its in the wiki: Grbl v1.1 Interface
Got it. Okay why? If you're testing repeatability, dont you want to keep the tool exactly how it was during the first probe? FYI - I went...
Your gcode is a bit strange as well. You have this for your first line of gcode G21 G90 G59 G0 X0 Y0 Z-25 It should be split up into two lines...
Your first line isnt valid javascript. Javascript comments are // not ; Comments for gcode use ; so change ;PROBE HEIGHT DIFFERANCE to //PROBE...
No, only one height. I've since moved to the Woby Camera jig [IMG]
Rotate the display 90 degrees. You'll get more 3d viewer space. [IMG]
Yes. You can either connect via Control over wifi or you can connect to the webserver running on the BBx32. It looks similar to this... [IMG]
As shown in your simulation screenshot, the code is producing a 20mm wide slot. So, if the slot isnt actually 20mm after the program runs, then...
Please save the workspace and attach it here. That will allow us to see what's going on.
The probe file was moved to: OpenBuilds-CONTROL/probev2.js at master · OpenBuilds/OpenBuilds-CONTROL
Yes. I did some bench testing today (no motors connected) and it does seem to continue. I even restarted my computer. The only issues I saw...
Yes, thats normal. Control sends the code line by line to the X32. If you dont want to use a computer, look at the Interface: INTERFACE CNC...
You didnt mention what the actual problem is, but I'll assume that you need to update the firmware: docs:blackbox-x32:firmware [OpenBuilds...
Based on past posts, its a genuine OB Workbee. I added 2" to mine with custom plates from @Chris Laidlaw .
You didnt miss it. Its not available in Control: Resume from last gcode line (and ability to start earlier) · Issue #96 ·...
Are you using OB Control? If so, double check your feed rate slider. The max feed rate settings look fine, but since its a bunch of small moves,...