githubEdit

Measuring Bed Flatness

Using a probe to measure the bed level

You can easily measure the bed's flatness using the autolevel feature (G32). This will probe a grid around the bed and output an mesh array for visualisation. Knowing where you have high/low spots can help you make informed decisions about stock placement or even where to put shims to correct the level.

The trick to this technique is for the autolevel probe points to avoid the mounting holes. To achieve this users have determined the right number of probe points and starting locations for the different model machines. Follow the below instructions to measure the bed flatness.

circle-exclamation

Carvera Air

  1. Home the machine

  2. Install and calibrate the Probe

  3. Move the probe to roughly the center of the front left bolt. I like to be more to the right of center of the bolt just a touch (1mm). For me, this is the MCS location X-293 Y-206

  4. Go to MDI and run G32 R1 X17 Y8 A239 B196 I13 J11 H1

  5. Clear and disable the bed compensation map with the command M370

  6. Grab the log file from the Kivy directory. It can be found here:

Windows: C:\Users\USERNAME\.kivy\logs\
macOS: /Users/USERNAME/.kivy/logs/
Linux: /home/USERNAME/.kivy/logs/
  1. At the end, there will be a grid of numbers. Remove [INFO ] MDI Received: from the lines.

Last updated