Turge08 / print_area_bed_mesh

Create bed mesh for print area only
212 stars 40 forks source link

Do I need to delete the bed mesh section in Klicky Probe? #13

Closed kwijibo12 closed 2 years ago

kwijibo12 commented 2 years ago

Hi there,

Doesnt seem to pass the variables or its getting cleared. I followed your guide its still bed meshing the whole build plate.

Do you think the below in the klicky probe macro is interfering with your macro?

Thanks,

Bed Mesh Calibrate

[bed_mesh]

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

{% set V = printer["gcode_macro _User_Variables"].verbose %}
{% if V %}
    { action_respond_info("Bed Mesh Calibrate") }
{% endif %}

_CheckProbe action=query
Attach_Probe

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

Dock_Probe
Turge08 commented 2 years ago

@kwijibo12 I have the same in my config. Can you try running this from the Console in Fluidd or Mainsail?

BED_MESH_CALIBRATE PRINT_MIN=100,100 PRINT_MAX=150,150

This should probe the selected area.

Turge08 commented 2 years ago

@kwijibo12 Can you confirm whether the command above works?

kwijibo12 commented 2 years ago

Yes thanks