Search found 352 matches

by Doug
Mon Jul 12, 2021 6:33 am
Forum: Buildbotics Tech Support
Topic: Control 'Un-homing' itself
Replies: 15
Views: 12406

Re: Control 'Un-homing' itself

Hi Alex,

I'll be on vacation for the next couple of weeks. I will be checking email and this forum and will respond as best I can, but I might be a bit slow and limited in what I can do until I get back.

Please report back on your experience with the WiFi dongle.

Doug
by Doug
Sat Jul 10, 2021 6:12 pm
Forum: Frequently Asked Questions
Topic: How does probing work?
Replies: 17
Views: 58411

Re: How does probing work?

OK, just so I understand everything, let me talk it through. You set the absolute position of the Z axis to 0.0045" using the 'Set position' button. The first line of code moves Z up to 6.985" The G38.2 command probes downward by as much as 6.985". It stops when it touches the probe. Finally, after ...
by Doug
Sat Jul 10, 2021 5:46 pm
Forum: Buildbotics Tech Support
Topic: Control 'Un-homing' itself
Replies: 15
Views: 12406

Re: Control 'Un-homing' itself

Thanks Alex, Since the built-in WiFi antenna is inside the aluminum enclosure, you must have a pretty good WiFi signal to avoid network problems. You can improve the network signal with a WiFi dongle. If you decide to get one, it must be 'linux' compatible. I use one like this: https://www.amazon.co...
by Doug
Sat Jul 10, 2021 4:58 pm
Forum: Frequently Asked Questions
Topic: How does probing work?
Replies: 17
Views: 58411

Re: How does probing work?

Thank you for your good work on this subject. I am trying to reproduce the problem that you described where "the #<_z> parameter always returns a positive value". I created this small macro: G21 G90 G0 Z10 (debug, Z = #<_z>) G0 Z-10 (debug, Z = #<_z>) M2 This produces two messages. The first says "Z...
by Doug
Sat Jun 19, 2021 2:49 pm
Forum: Feature ideas
Topic: Touch Screen Monitor support
Replies: 9
Views: 25013

Re: Touch Screen Monitor support

I haven't tried it. If you do, please report back.
by Doug
Sat Jun 12, 2021 11:00 am
Forum: Buildbotics Tech Support
Topic: Control 'Un-homing' itself
Replies: 15
Views: 12406

Re: Control 'Un-homing' itself

I learned today that if you click 'Pause' during a probing operation, the machine will estop. I have submitted a github issue on this problem. See https://github.com/buildbotics/bbctrl-f ... issues/301 .

Is it possible that this is what is causing your issue?
by Doug
Sat Jun 12, 2021 10:55 am
Forum: Buildbotics Tech Support
Topic: Onefinity CNC controller parity
Replies: 1
Views: 4581

Re: Onefinity CNC controller parity

We have your pull request and will review it.....thanks
by Doug
Sat Jun 12, 2021 10:51 am
Forum: Buildbotics Tech Support
Topic: G81 Bug on Onefinity CNC controller.
Replies: 1
Views: 4321

Re: G81 Bug on Onefinity CNC controller.

First, I must mention that the OneFinity controller is not made by Buildbotics. They copied our Open-Source design and proceeded to modify it their liking. Beyond that we have no affiliation with OneFinity or their controller.

I think the problem is that the G98 code in your example is not supported.
by Doug
Sat Jun 12, 2021 10:30 am
Forum: Buildbotics Tech Support
Topic: Bug in stopping an M6
Replies: 1
Views: 4259

Re: Bug in stopping an M6

I have partially simulated this, but what I found is that the controller estops if you click 'Pause' rather than 'Stop' during a probing operation (e.g. G38.2 -Z54). I have opened up github issue #301 on this problem. See https://github.com/buildbotics/bbctrl-firmware/issues/301 Note, I also found t...
by Doug
Fri Jun 11, 2021 1:25 pm
Forum: Buildbotics Tech Support
Topic: Control 'Un-homing' itself
Replies: 15
Views: 12406

Re: Control 'Un-homing' itself

Yes, an estop will show up in the logs, but the logs are quite cryptic.

If the machine estops for any reason, all homing information will be lost. This can also happen if a limit switch trips for some reason.