1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Changing number of points for UBL

Discussion in 'Software' started by Ogbo1, Sep 22, 2018.

  1. Ogbo1

    Ogbo1 New Member

    Joined:
    Aug 20, 2017
    Messages:
    2
    Likes Received:
    0
    Does anyone know how to change the number of points for UBL. I would like to increase the number taken at the beginning of the run.
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    Here in the instructions/docs:

    http://marlinfw.org/docs/features/unified_bed_leveling.html

    (hint: it is in Configuration.h)

    #define UBL_MESH_INSET 10 // Mesh inset margin on print area
    #define GRID_MAX_POINTS_X 3 // Don't use more than 15 points per axis, implementation limited.
    #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
     
    WheresWaldo likes this.

Share This Page