Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kwijibo12 opened this issue Dec 7, 2021 · 3 comments
Closed

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

kwijibo12 opened this issue Dec 7, 2021 · 3 comments

Comments

@kwijibo12
Copy link

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
Copy link
Owner

Turge08 commented Dec 9, 2021

@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
Copy link
Owner

Turge08 commented Dec 14, 2021

@kwijibo12 Can you confirm whether the command above works?

@kwijibo12
Copy link
Author

Yes thanks

@Turge08 Turge08 closed this as completed Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants