Close



Results 1 to 10 of 25

Threaded View

  1. #13
    Engineer-in-Training
    Join Date
    Jul 2016
    Location
    Pennsylvania, USA
    Posts
    255
    Quote Originally Posted by Roxy View Post
    Yes... That is true! BL-Touch is going to be adding a new mode to the probe. If you set the servo angle at 60 degrees, it will put out the status much more like a micro-switch does. It won't put out a 5ms pulse when set at 60 degrees. I wish I had a new version of the probe!!!!
    Hi

    So as I understand the thread over on git hub, when the steps go out past 2 ms, bad things happen in terms of catching the 5 ms wide pulse. The MakerFarm's are 4000 steps per mm on the Z axis. At 500 steps / second that would be 1/8 mm per second or roughly 5 mm / minute. My default Z feed is 2 mm / s so it's in the "ok" region. My data before was a default / 10 so 0.2 mm/s. That seemed to work fine on faults. It was junk on spread and one sigma.

    Using the above data, to be out around 0.05 mm at 0.2 mm/s your timing would have to be off by 250 ms. If things are sampled at faster than 2 ms, that's a lot of time.

    I kinda doubt my one sigma is from timing issues / the machine running to fast. You could trigger the data with a relay and do better than what I'm seeing.

    ====edit

    If you watch the probe long enough as it cycles, you can catch "late" pickup events. The LED "blinks" slightly as it activates. The interesting point is that they do *not* correlate to min or max reading events. The data is still in there with the rest of it.

    Contrary to all prior experience, the problem does *not* go away when DEBUG_ALL is invoked. Crazy stuff . So far, it's really hard to see how this is software related.

    Off to butcher some poor helpless Marlin functions ....

    ==== edit

    Put a median filter into the probe routine. Running with a fast probe speed (= default on the Pegasus) it improves things by ... surprise! ... square root of the samples (almost). On M48 P40 V4, the standard deviation goes from about 0.030 to about 0.015. With 5 samples that's almost right. There is something else in there other than just 1/F (flicker) noise.

    Bob
    Last edited by uncle_bob; 12-06-2016 at 06:40 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •