Close



Results 1 to 10 of 13

Threaded View

  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.

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
  •