what operating system? run it twice, the first will load it up, the second will make it popup maybe Peter knows where your icon is hiding
That's what I assumed it was after checking the GRBL settings file. Apparently, after a recent update my GRBL Settings profile had somehow changed on a few of the command lines. The other one that changed turned out to be the presence of Home Switches. That was easy to catch as it has its own icon in the GRBL Settings Tab.
Windows 7, my old desktop. OK i just put it on a laptop running windows 10 that i will be using in the shop to run the cnc and IT WORKS no problem. Odd it wont come up on the desktop. Thank you guys
Is there any shortcut keys to select like 25%, 50%, 75%, 100% jog speed when hooked up with the computer and OB control software? The slider is cool, but kind of a pain also to have to work with on a laptop and touch pad.
On it will add this week: Tracking: Keyboard shortcut for Jog speed slider +/- · Issue #206 · OpenBuilds/OpenBuilds-CONTROL
I know I am starting in the middle of this but. How can I run Openbuild control software with a Rambo board that has Marlin loaded onto it?
I can not get it to run on my Windows 7 laptop either. It just shows a white screen. I was hoping I could jut jus the old laptop for my lathe, but it appears to be too old.
Win 7 still plenty of users running CONTROL. If you get a white screen then usually video drivers or way too low spec GPU is the main reasons. CONTROL needs a WebGL capable machine. Reinstall Win7, update all drivers.
10% up and down by ("0" and "." = bottom row of numpad by default, customize to whatever you want) Implemented in v1.0.298
I have version 295 installed but it doesn't update anymore. I had Control on the whole night and I never got the prompt to update. Didn't find a button that says 'check for updates' and it didn't auto check when I started the program.
Known issue, see Auto updates · Issue #200 · OpenBuilds/OpenBuilds-CONTROL Hit F5 to force a check or wait 15mins, I just renamed it a second ago
I hit F5 and it did update but it updated to 296 from 295. I thought we are already on 298, or at least on 297, or am I wrong?
Hit F5 again (just saves the wait for next check) . It'll catch up on the next one. 1.0.297 is latest
Hi just to say great software all you need is on one of the three screens, the only issue i have is with the sliders some other software i use has buttons for up and down in 10% and 1% steps on spindle and feed much easier to use if you need to change ether in a hurry. Each time it updates it come back with great new features. Cheers, kevin
Keyboard buttons ? See Wizards and Tools > Keyboard Shortcuts We offer only 10% increments. 1% in imperceivably small
Hi everybody...this is my first post here...first of all, this is great software, and thank you Peter for making all those updates that we want. I tried this software yesterday for the first time, and it's great so far...I only have 1 issue. I was using GRBL Panel, and there was a option to change jog distance...i crashed machine this morning, because i accidentally pressed Page down, and it was set to 100mm and I pressed esc a little bit late to stop it. There is continuous jog which is the great feature, and with that you can jog at higher speeds, but I would like to see maybe 0.1, 0.5, 1, 10mm for incremental jog...I think that is just right, 100mm is just too much. Even for inch users you have max 1" incremental jog, which is ~25,4mm, so even if you crash your machine, it will stop pretty fast. Sorry for my bad english.
Inch mode used to be 10". It was recently changed to allow for .001" so 10" got the boot to make room for it. 100mm is not too much when you have a large machine like the 1510s and 1515. I wrote a javascript macro to hide the Z jog buttons when 100mm is selected so I wouldnt crash Z. But doest work with keyboard shortcuts. Perhaps I should revisit that.
Thanks for your reply, I didn't spot the wizard I think the information in your post will help me. Kevin.
Has anyone had any issues using the Metric VCarve Pro Post Processor? I added it to the Vectric Photo Print and when I initialize it on my Blackbox Controller the Spindle Raises Upwards about 20 mm and then I get an Error #9. Also when I attempt to run the Probing routine I get the same error. It proceeds in a downward motion approximately 20 mm and it gets within 5 mm of the Custom 1.5mm Z-Touch Plate and throws up another Error #9.
Yeah, i know, but I also have 1000x1000 machine, and I think that 100mm travel is too much...you have continuous jog for that which is much better. This software is perfect for now except that thing
Error 9 usually comes after some alarm. Screenshot the whole error, theres extra details on that screen that will help you trace root cause. Also, include the sample gcode file
So just curious...the Changelog on the Download page shows current version as 1.0.298 while the download button for both Mac and Windows links to version 1.0.297. Am I going to get an update notice the first time I run this downloaded version?
Changelog is sometimes a couple hours or a day or two ahead of releases (beta testing before wide rollout) v1.0.298 was just proofed out today, will be probably be officially released by end of the day And yes, it will update itself
The error message that I am getting every time that I can't figure out is this one. Error 9: Gcode locked out during alarm or Jog State (G1Z0.397) This error may just be a symptom of an earlier event. Alarm 2: Gcode target exceeds machine travel. Machine position safely retained alarm may be unlocked. The offending file is included.
Means the job you are trying to run, is 'larger' than what you told Grbl the machine is (relative to where it has to move, could be small, but off to the side, and thus will exceed the specified envelope) : See Max Travel in Grbl Settings: gnea/grbl Then ensure you have the machined homed correctly - so it knows where those bounds are relative to where it is now. Finally, generate a job that fits within that build volume - and zero'ed such that the job can execute without exceeding those boundaries The job is about 80*80*10mm - i doubt your Max Travel is set smaller than that, so - forgot to Home - forgot to Zero in the center of the stock as CAM'ed up Alternatively, turn off Soft Limits until you understand machine coordinates better
That's what makes no sense as Max Travel on X is 720mm, Y is 320mm and Z is 60mm and the project is supposed to be 154.6mm on X and Y with a thickness of 4.5mm. And I Homed my machine before every setup.