Hi. Did you save your bed level and Z-offset to EEPROM? You can use the menu option Store Settings or send M500 from a terminal.
Also on the leveling menu there is an option to enable the bed leveling, so that the printer will actually use it.
What I did was add the line following to my start Gcode on the slicer:
M420 S ; enable bed leveling
That way it will ensure that bed leveling is on, every time I start a print.
Note: "A valid mesh is required to enable bed leveling. If the mesh is invalid / incomplete leveling will not be enabled". - As explained on Marlin documentation, so level and save your mesh first or it will give an error message.
No leveling while printing
Hi. Did you save your bed level and Z-offset to EEPROM? You can use the menu option Store Settings or send M500 from a terminal.
Also on the leveling menu there is an option to enable the bed leveling, so that the printer will actually use it.
What I did was add the line following to my start Gcode on the slicer:
That way it will ensure that bed leveling is on, every time I start a print.
Note: "A valid mesh is required to enable bed leveling. If the mesh is invalid / incomplete leveling will not be enabled". - As explained on Marlin documentation, so level and save your mesh first or it will give an error message.