Close



Results 1 to 6 of 6

Threaded View

  1. #4
    Staff Engineer Roberts_Clif's Avatar
    Join Date
    Jun 2017
    Location
    Washington State, USA
    Posts
    1,151
    Add Roberts_Clif on Thingiverse
    #define MIN_PROBE_EDGE 20
    #define X_PROBE_OFFSET_FROM_EXTRUDER -40
    #define Y_PROBE_OFFSET_FROM_EXTRUDER 20

    #define X_BED_SIZE 330 - edge = 310 - 40 = 270
    #define Y_BED_SIZE 320 - edge = 300 - 20 = 280

    #define LEFT_PROBE_BED_POSITION (60)
    #define RIGHT_PROBE_BED_POSITION (270) // how far can nozzle travel over this bed edge.
    #define FRONT_PROBE_BED_POSITION (40)
    #define BACK_PROBE_BED_POSITION (280) // Sensor cannot travel beyond the bed rear edge
    Last edited by Roberts_Clif; 01-04-2019 at 02:12 PM.

Posting Permissions

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