Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12089

Re: Non-Flat Surface and Bed Auto Leveling

$
0
0
Quote
Floyd
I got it to finish probing but then it prints a test. The test goes to the edge of the area hitting my binder clips that hold my glass on.
Is there a way I can bypass this test?

There are several options. One is to reduce the Mesh area. You can define:

#define MESH_MIN_X X_MIN_POS+5
#define MESH_MAX_X X_MAX_POS-5
#define MESH_MIN_Y Y_MIN_POS+5
#define MESH_MAX_Y Y_MAX-5

You can also start the Mesh Validation pattern where ever you want and let it grow outwards from that point. And when it gets too close to a clip, press and hold the encoder wheel to terminate the printing of the pattern. You can use the partially printed pattern to adjust any Mesh Point that isn't perfect (using G29 P4 R) by doing the same thing. Move the nozzle to the center of the poorly printed area, and issue the command. Press and Hold the encoder wheel when you finish editing the region in question. Then repeat this process somewhere else (far away from a bed clip).

You should consider pulling down the latest UBL Code. (it is here: [github.com] ) I fixed a bug that was affecting the Z-Compensation on the final segment of a line this morning. For sure, the new code base is going to print better than what you have loaded right now.

Viewing all articles
Browse latest Browse all 12089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>