Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] G34 give 0.1 after 5 iteration, G29 done but nozzle touch bed on right side #27724

Open
1 task done
filipdns2024 opened this issue Mar 4, 2025 · 1 comment
Open
1 task done

Comments

@filipdns2024
Copy link

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

Working on last Marlin 2.1.x bugfix, board MKS Gen L 2.1, printer CoreXY 2 z stepper on left and right, G34 do what is supposed to do and reach less than 0.2 mm but when start to print, nozzle touch bed on right, and I can see more than 1 mm between left and right side using baby stepping

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

Marlin 2.1.x (bugfix)

Printer model

Tronxy X5SA-500

Electronics

MKS Gen-L2.1

LCD/Controller

H43

Other add-ons

No response

Bed Leveling

ABL Linear grid

Your Slicer

Cura

Host Software

SD Card (headless)

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

config.zip

@thisiskeithb
Copy link
Member

Whenever there are homing or leveling issues, we now ask everyone to follow a standard procedure to gather more information:

  • Download Marlin bugfix-2.1.x to test with the latest code. You will need to port your config/settings to this version.
  • Enable DEBUG_LEVELING_FEATURE and M114_DETAIL and re-flash the firmware.
  • Connect to your printer from host software such as Pronterface, Repetier Host, or OctoPrint.
  • Send M502 and M500 to ensure your Configurations are applied.
  • Issue the command M111 S247 to enable maximum logging.
  • Perform a G28 to do your standard homing procedure.
  • Perform a G34 to perform the Z Steppers Auto-Alignment procedure.
  • Perform a G29 to probe the bed. This will also enable bed leveling.
  • Do some of the moves that revealed problems before. Take notes.
  • Copy the log output into a .TXT file and attach it to your next reply.

Repeat this procedure, if needed, to demonstrate inconsistencies. From these logs we should hopefully get a better idea of what's going on with your machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants