@axiom said in Position change after mesh bed compensation (G29):
@axiom Oh I saw fcwilt's reply too late....thanks! But again when do I use the G29 command and when the G32? Unfortunately, I can't do anything with the translation into my language
To use them as intended:
G29 runs
mesh.g
G32 runs
bed.g
The file mesh.g is associated with the feature known as Mesh Bed Compensation. This feature tries to compensate for bed irregularities during printing. The file should contain the commands needed to probe the bed and create the height map.
The file bed.g is associated with the feature known as Bed Leveling, though as discussed it should be termed Bed Tramming and you may see folks refer to it that way. The file should contain the commands needed to probe the bed and "level" it using either automatic or manual modes. Manual Mode requires 2 or more "thumb screws" which can raise/lower the bed at different points around perimeter of the bed, say, Left Rear, Center Front, Right Rear. Automatic Mode requires 2 or more Z steppers and the replaces the manual adjustment of the thumb screws with automatic adjustment of the Z steppers.
Here is an image of a new bed that is being fitted to one of my printers. The three "tabs" extending from the main bed area are where the three thumb screws attach to level the bed when using Manual Mode:
SAFPRO Bed.jpg
Here is a quick-and-dirty video showing my printer which is fitted with 3 Z steppers for auto leveling:
Automatic Bed Leveling Demonstartion
Frederick