Lc1975
Posts: 4
Joined: Mon Apr 16, 2018 6:28 am

[SOLVED] adaptive mesh leveling (bed mesh on print area only)

Hello...

does the new version of simplify3d has the Adaptive Mesh Leveling ?
prusaslicer, orcaslicer has this command for that.
something like this:

https://www.youtube.com/watch?v=ag6nWA3_scQ

(prusaslicer, orcaslicer has this command for that.)
Last edited by Lc1975 on Mon Apr 22, 2024 5:09 pm, edited 1 time in total.
S3D-Jason
Posts: 1413
Joined: Sun May 31, 2015 6:01 am

Re: adaptive mesh leveling (bed mesh on print area only)

Yes, this is fairly easy to do using the [build_min_*] and [build_max_*] variables. Just add the following to your starting script depending on which firmware you are using:

Klipper:
BED_MESH_CALIBRATE mesh_min=[build_min_x],[build_min_y] mesh_max=[build_max_x],[build_max_y] PROBE_COUNT=6,6

Marlin:
G29 L[build_min_x] R[build_max_x] F[build_min_y] B[build_max_y]
Lc1975
Posts: 4
Joined: Mon Apr 16, 2018 6:28 am

Re: adaptive mesh leveling (bed mesh on print area only)

i use reprap (duet board)
thank you for your reply.
help me a lot.
i only change the letters L=A, R=B, F=C, B=D
pcganns
Posts: 3
Joined: Tue Jan 23, 2024 6:18 pm

Re: [SOLVED] adaptive mesh leveling (bed mesh on print area only)

Hey,

Unfortunately it does not work properly on the K1 Max. The printer goes into a loop to mount the adaptive bedmesh and does not start printing.
S3D-Jason
Posts: 1413
Joined: Sun May 31, 2015 6:01 am

Re: [SOLVED] adaptive mesh leveling (bed mesh on print area only)

The K1 made a lot of changes to the regular Klipper firmware, so it's possible they might require some kind of different changes. I would recommend opening a topic in the troubleshooting sub-forum and posting more details about the behavior.

Return to “General Discussion and Tips”