1. Parts Library Openbuilds CAM comes with a small library of CAD files you can use directly, to get started. Plus, its growing all the time, so check back regularly 2. Custom Macro Buttons OpenBuilds CONTROL allows you to setup custom Macro buttons to quickly send those GCODE commands thats so persky to remember and slow to type out 3. Drag-and-Drop Files OpenBuilds CAM supports a variety of file formats: DXF (R14 Polyline), SVG (Paths), Bitmaps, Gerber X274 and Excellon Drill are all supported, you can even drag-and-drop them! 4. Type into the DRO OpenBuilds CONTROL allows you to click, and type into the DRO, where you want to Jog to. The machine will move to wherever you typed, once you press [enter] 5. Flash Grbl OpenBuilds CONTROL has a built-in utility to flash Grbl firmware onto compatible controllers 6. Preloaded Grbl profiles for all OpenBuilds Machine Bundles OpenBuilds CONTROL allows you to easily configure Grbl. It also comes with profiles for all OpenBuilds Machine Bundles 7. Use your Mobile Device as a Jog Pendant If the computer running OpenBuildsCONTROL, and your Mobile Device are both on the same network/wifi, you can use your mobile device as a JOG pendant 8. Scale, Rotate and Position OpenBuilds CAM has basic built-in tools to help with preparing your files, such as scaling (Adjust the size), Position (where it is placed on the stock) and Rotation (change the angle) 9. GCODE Simulator Save an endmill, check your GCODE using the Simulator to make sure its going to do what you think its going to do 10. Fine Tune your Steps per mm values OpenBuilds CONTROL comes with an very easy step-by-step wizard to help you calibrate the steps-per-mm values of your machine, to ensure highly accurate cuts 11. Create Text in CAM OpenBuild CAM has a built-in tool to create Text - perfect for customization on-the-fly 12. Z0 Probe Struggling to set your Z-ZERO? Use our friendly Z0 Probe Tool on OpenBuilds CONTROL 13. Watch the Hello World Project video
So much work. You should be proud! side note: The move to position by typing in the DRO bit me in the butt yesterday. I'm use to other software where you can set your position by changing the DRO. Ooops.
Hello, is there a possibilty to repeat a work as pre-determinate ? Exemple i want the machine repeat 10 times a work then stop.
Would be good for developpers to make a button like in Lasergrbl because openbuilds cam and gcode works better and better.
As you mention laser, not sure if what you are trying to ask about is "Multipass cutting" ie running the same path many times for low power lasers? If yes, see:
I was speaking about a PC with Windows 10, i try now on a Macbook air and there are geometry merge and multipass...
Noob question.... Can someone please explain where Z0 "is" when using the Z-Probe function? I have a Z touch plate and it is 19.3mm thick. Using the Probe Z0 Wizard - tool moves down, touches the plate, stops perfectly, DRO reads 19.3, retract tool (5mm), DRO reads 24.3...tell the machine to go to Z0 (first option, Work Coord G0 Z0) and tool jams down into my table. Just not sure what I'm doing wrong? Thanks in advance! (and sorry in advance for most likely doing something wrong / idiotic)
Eh, ok...not sure how or why but my steps got all wonky and my Z was moving a lot more than it was supposed to be... I think we're all sorted now. I have a LEAD 1010 in case that makes any difference. Thanks again!
I'm not in front of my machine to try this (at work) but is it possible to use "CNCnutz (Peter Passuello)" technique of zeroing off the wasteboard surface and then manually changing the DRO to "negative nominal thickness of the stock"? Two of the videos where he does this are CNCnutz "Don't spoil your Spoilboard" & "CNC Magic". Thanks in advance!
No. If you type in the dro, it will move to that position. Not my favorite feature. (Things you didn't Know about OpenBuilds Software).
Bummer, I do like the ability to jog the machine by typing into the DRO...this is a pretty specific situation. Trying to think of a work around...somehow make it think it moved down the nominal thickness without actually moving...hmm. Fusion 360 does allow for starting on the bottom of the stock which would work too...but I don't always use Fusion 360 to create the G-Code.
Why cant you move? Set your 0 at the spoilboard, then jog up (or issue a g0 zxxx in the serial console) to the actual thickness of your stock, then set 0 again. Same, but more cumbersome. There's probably a grbl command you can send via the serial console, but dont know it off the top of my head.
It's not that I can't...I'm very green with this stuff and learning as I go But that makes sense, it wouldn't be too bad because I do have a Z touch plate...just touch off with it on the wasteboard, move up "nominal thickness" and then set Z0 there. Thank you! Will give it a try when I get home.
Yeah, use the MACROS tab and add yourself some G10 L2 xxx or G10 L20 xxx commands to set the offsets to what you need them to be
Having some significant problems with my Macintosh computer and this software. It's basically unusable. Scaling, rotations and moves of DXF generated geometry just doesn't work at all without completely corrupting the geometry. Even with the included files, moving the geometry does not work correctly. It rotates the entire grid and slides the work piece into an unpredictable location.
Safari or Chrome (Chrome would be recommended, Safari isnt the greatest when it comes to this sort of thing) otherwise Post OBC workspace exports before and after 'corruption' in a new Git issue please: GitHub Issues so we can dig in and see.
Love this software, loaded and ran without a hitch. Z probe is great, dont have to go anywhere else, and the macro’s. Poor mans tool changer. Only thing I cant do is the jog pendant. Cant get it to run on my android or my ipad, can only get it to fire up on the same computer as the control software is running on, any trick to it? Thanks for the software, Im really enjoing it.
As @sharmstr said is step 1 to check, and secondly, check that your PC doesnt have any kind of firewall or similar blocking network access into the PC (We are listing on all interfaces, port 3000 and 3001 - those have to be open on any installed firewalls)
Microsoft strikes again, it was the built in firewall. Everythings ok now. Thanks for the assistance. Before I changed that there was an upgrade to sw 1.0.1.42, it took 3 trys to get it to run. Probably internet. (I do live in the bush, -36C yesterday)
Sorry for the slow response - Neither Safari nor Chrome work with the browser based software. Both have the same behavior and are unusable. At this point I've gone ahead and moved past this as I intend to use Fusion 360 for GCode/Toolpath generation. On to the next challenge... GCode generated in Fusion produces strange circular behavior. I'll post examples in the appropriate thread.
Make sure you use a GRBL compatible Post, the included ones in Fusion arent too great: See swarfer/GRBL-Post-Processor for a better one