Separate names with a comma.
Some features disabled for guests. Register Today.
Does the probe work without the pendant? (if you use the probing functionality of OpenBuilds directly) Does the pendant work otherwise? Jogging,...
Try a different USB port. If you have the Arduino console enabled, turn it off because it might be connected to the same port. Only one...
Is the macro running inside OpenBuilds CONTROL? Do you get any messages in the software about attempting to connect to the pendant, and failing?
No, rotary is not supported. It could possibly be added. You will need to find a way to fit an extra line of text, either by sacrificing some...
Hey, Marc. Sorry for the late reply. I forgot to Watch this thread. The arduino software is on github. It's all here:...
Smart Home If you click the Home button by accident (like, you click Home on the keyboard, unaware that OpenBuilds has the focus), the machine...
Store/Restore WCS offset This is a pair of macros that protect from accidental loss of the WCS offset. Imagine you run multiple programs that...
Disable the Z jog buttons when 100mm is selected or continuous jog is enabled This macro is based on the original script by sharmstr -...
@David the swarfer - I looked at your cps code. It has a much more elegant solution. The secret sauce was the onParameter callback. I was unaware...
Oh, that's great to hear! I spent sometime investigating if it was possible, and determined that there was just not enough information passed down...
Looks like the only overlap in functionality is adding a pause when the spindle turns on. I don't think any of my other features are possible from...
I'll do that over the weekend.
I published a few useful macros on my github fork of the Control software OpenBuilds-CONTROL/UsefulMacros at master · ivomirb/OpenBuilds-CONTROL...
@Matt Petersen, this is my pendant solution: New pendant project It implements a two-way communication with the PC, which allows for a much...
Hey, everyone I’d like to share a project I’ve been working on for the past few months. It is a CNC pendant that works with the Control software....
It's great to see another person also trying to solve this :) I am curious to see your implementation. I do have 2 separate versions, and the...
Yes, but it only works for long moves along a straight line. I am trying to implement interactive analog jog that responds to joystick moves.
I am trying to write a macro for smooth jogging with a joystick. The way this works (for example in software like UGS) is to keep sending tiny jog...
I tried publishing a branch with one of the simpler changes, but Git Hub tells me I don't have permissions. Do I need to be on the approved list?...
Hey, CONTROL devs. Over the past month or so I’ve been making some small UI improvements to my local build of the software. Here’s what I have so...