Poket-Jony / Marlin-A4MaxPro-2.0.x

🖨 Marlin 2.0.x optimized for the Anycubic 4Max Pro 3D printer
GNU General Public License v3.0
54 stars 18 forks source link

Manual Bed Mesh Leveling/ Not work #47

Open sambroprzem opened 3 years ago

sambroprzem commented 3 years ago

Hi, Manual bed leveling does not work. On the SD card, manual leveling is available, the printer levels all 25 points. Unfortunately, at the end (after 20 seconds), nothing happens after saving to EPPROM. The printer is not making a special noise. In the Cura start code I have (M501 and M420 S1). The printer does not use saved leveling points :(. Where to look for the cause? thanks

sambroprzem commented 3 years ago

Does anyone read this and can help?

Erik262 commented 3 years ago

To save your Mesh in your EPPROM you have to do a M500 command followed by M420 S1 as you mentioned before. M501 is used for reporting your settings. Probably this is your problem?

sambroprzem commented 3 years ago

Thank you.
The M501 and M420 S1 commands are recommended by Pocket Johny. Do you think we should change to the M500 and M420 S1. I save the grid to Eproom via the LCD screen, is it supposed to save it somehow, e.g. via Octoprint or Repetier Host (this is how I connect the printer to the computer)?
What do you think? Thanks