kevinakasam / KlackEnder-Probe

Klicky / Quickdraw Probe for the Ender 3
GNU General Public License v3.0
353 stars 34 forks source link

bed mesh macro #13

Closed ishay320 closed 6 months ago

ishay320 commented 1 year ago

better macro for bed mesh:

[gcode_macro BED_MESH_CALIBRATE]
rename_existing: _BED_MESH_CALIBRATE
description: Perform Mesh Bed Leveling with klicky automount
gcode:
    G90
    PROBE_OUT

    _BED_MESH_CALIBRATE {% for p in params
           %}{'%s=%s ' % (p, params[p])}{%
          endfor %}

    PROBE_IN

it works with the original bed mesh button

Nighthawk3D commented 1 year ago

Its not just the bed mesh macro that has this issue that could be easily resolved. It is all of the macros. z_tilt has this issue as well.

I suggest using the klickyprobe macros instead. Much better written.

kevinakasam commented 1 year ago

Thanks for the comment! Yes you're right renaming the existing macros makes the usage a little easier. I will give your macro a try when I'm back home and edit the Klackender.cfg.

oldcrazyeye commented 6 months ago

No progress in this thread, closing