MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.26k stars 19.23k forks source link

[BUG] (Marlin Bed-Leveling Vs Skew-Correction) #14086

Closed abghrnjd closed 5 years ago

abghrnjd commented 5 years ago

I've added a G29 command in my starting script to do bed leveling process before every print. It works fine and compensates my bed during prints. But when I print larger models, they're all skewed in both XZ and YZ plane. So I decided to use Marlin's Skew-Correction option.

I printed Calibration Squares and entered measurements for XZ and YZ plane. I left XY corrections as default (Because I have no problem in this plane). Unfortunately it sounds like Bed-Leveling and Skew-Correction don't get along as expected! Many different problems happen such as:

Ludy87 commented 5 years ago

I have no problems with G29 and skew

abghrnjd commented 5 years ago

I un-commented #define SKEW_CORRECTION . I works fine just for Z skew-Correction.

boelle commented 5 years ago

Lack of Activity This issue is being closed due to lack of activity. If you have solved the issue, please let us know how you solved it. If you haven't, please tell us what else you've tried in the meantime, and possibly this issue will be reopened.

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.