Close



Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Staff Engineer Roberts_Clif's Avatar
    Join Date
    Jun 2017
    Location
    Washington State, USA
    Posts
    1,141
    Add Roberts_Clif on Thingiverse
    They did Update this Code!!

    // Set the boundaries for probing (where the probe can reach).
    #define MIN_PROBE_EDGE_LEFT MIN_PROBE_EDGE + 10
    #define MIN_PROBE_EDGE_RIGHT (X_BED_SIZE - (MIN_PROBE_EDGE + 10))
    #define MIN_PROBE_EDGE_FRONT MIN_PROBE_EDGE + 8 // +8 For Your Sensor
    #define MIN_PROBE_EDGE_BACK (Y_BED_SIZE - (MIN_PROBE_EDGE)) // + 33 For Your Sensor

    So Sorry... Mistake
    This is for the Newer versions of Marlin above alpha
    Last edited by Roberts_Clif; 04-01-2020 at 06:38 PM.

  2. #12
    I solved it now by switching to Marlin 1.1.9 and doing this:

    1. Delete everything in ArduinoData folder except preferences.txt (somehow i didn't get the correct error messages previously)
    2. Move the probing boundaries inward.

    Seems like the problem really was the probing edges being too far out, thanks for your help!

  3. #13
    Staff Engineer Roberts_Clif's Avatar
    Join Date
    Jun 2017
    Location
    Washington State, USA
    Posts
    1,141
    Add Roberts_Clif on Thingiverse
    You are welcome.

    If you need any other help Post.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

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