Search found 351 matches

by Doug
Sun Jun 14, 2020 8:41 pm
Forum: Buildbotics Tech Support
Topic: Entering a G-Code program
Replies: 3
Views: 4946

Re: Entering a G-Code program

The window that displays gcode is for display only. You cannot edit the gcode there. If you want to write gcode by hand, you can do it on an ascii text editor on another computer. I recommend a program called Notepad++ (not to be confused with Notepad) for windows based computers. Once you have crea...
by Doug
Fri Jun 12, 2020 11:24 am
Forum: Frequently Asked Questions
Topic: How does probing work?
Replies: 17
Views: 56377

Re: How does probing work?

The Buildbotics Controller is able to do arithmetic and trigonometry. This is described in the linuxcnc documentation at http://linuxcnc.org/docs/html/gcode/overview.html . In particular, look at the paragraphs on parameters, expressions, and functions. Those functions and parameters are available f...
by Doug
Mon Jun 08, 2020 6:42 pm
Forum: Buildbotics Tech Support
Topic: Dual Stepper Axis
Replies: 3
Views: 3696

Re: Dual Stepper Axis

Yes,

We keep a list of bug reports and feature enhancement requests on our github repository. You can submit a feature request by clicking "New Issue" at the following link. I think you will have to create an account on github to do this.

https://github.com/buildbotics/bbctrl-firmware/issues

Doug
by Doug
Mon Jun 08, 2020 6:37 pm
Forum: Feature ideas
Topic: Extra Offsets
Replies: 6
Views: 17579

Re: Extra Offsets

I noticed that the V70 VFD has a feature called vector control. Does this provide better low end torque? I can stop my spindle with my fingers when it is running at very low speeds. I have a Huanyang VFD.
by Doug
Sun Jun 07, 2020 7:58 pm
Forum: Buildbotics Tech Support
Topic: Dual Stepper Axis
Replies: 3
Views: 3696

Re: Dual Stepper Axis

No, we do not have that capability.
by Doug
Sun Jun 07, 2020 7:57 pm
Forum: Feature ideas
Topic: Extra Offsets
Replies: 6
Views: 17579

Re: Extra Offsets

Would this be a job for macros? When we get them implemented, you could make a button for each offset. They would contain the gcode to go to the 0,0 location for each offset and then set the offsets to that location. Believe it or not, we are actually working on implementing macros.
by Doug
Sun Jun 07, 2020 2:55 pm
Forum: Feature ideas
Topic: Extra Offsets
Replies: 6
Views: 17579

Re: Extra Offsets

Hi Mick,

Can you describe how you would like it to work?

Doug
by Doug
Fri Jun 05, 2020 8:08 am
Forum: CNC Machine Retrofits
Topic: Recommended z touch probe
Replies: 8
Views: 21773

Re: Recommended z touch probe

Here is the one that I have, but the price seems to have gone up since I bought it. https://www.ebay.com/itm/CNC-Touch-Probe-Plate-X-Y-Z-Axis-Tool-Setting-for-Carbide-Heavy-Duty/254614844265?_trkparms=aid%3D111001%26algo%3DREC.SEED%26ao%3D1%26asc%3D225073%26meid%3D2de3f5b256c44efe98cbb42276ad1360%26...
by Doug
Fri Jun 05, 2020 7:48 am
Forum: Frequently Asked Questions
Topic: G0 speed settings
Replies: 1
Views: 16840

Re: G0 speed settings

The travel speed for rapid moves (those resulting from G0 moves) is equal to the value that is set in the 'max-velocity' field on the motor settings page. If your motor stalls at this speed, you should confirm that the 'drive-current' is set correctly. If so, you should lower the maximum velocity.
by Doug
Wed May 20, 2020 3:47 pm
Forum: Post Processors
Topic: Fusion360 Toolchange M06
Replies: 5
Views: 17780

Re: Fusion360 Toolchange M06

Sounds good