kevinakasam / KlackEnder-Probe

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

Probe_calibrate not working so well #12

Closed ishay320 closed 6 months ago

ishay320 commented 1 year ago

i used this macro:

[gcode_macro calibrate_nozzle]
gcode:
  G28
  PROBE_OUT
  G0 X117 Y117 # the center of print bed
  Probe_calibrate
  PROBE_IN

it does good on G28 and on probe_out, when it get to probe calibrate it starts good but when it returns the probe it move to x0 y-8. there is a reasen to move it to 0 0 on probe_in?

ishay320 commented 1 year ago

the fix that i have got is:

[gcode_macro calibrate_nozzle]
gcode:
  G28
  PROBE_OUT
  G0 X117 Y117 # the center of print bed
  Probe_calibrate

and removing the probe manually

kevinakasam commented 1 year ago

there is a reasen to move it to 0 0 on probe_in?

Yes because after the probe got stored the print may start and starting at the zero position might help with other macros you use for a purgeline or so