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

Probe_Lock will not working what so ever #260

Open
DragonFlyer007 opened this issue May 30, 2024 · 0 comments
Open

Probe_Lock will not working what so ever #260

DragonFlyer007 opened this issue May 30, 2024 · 0 comments

Comments

@DragonFlyer007
Copy link

Hi,

Been trying for way to long, but can not get the ATTATCH_PROBE_LOCK and DOCK_PROBE_UNLOCK in the start code to work.
After it attached for the homeing i want it to stay attached untill finished the mesh, then dock.

I also behaves the same when using the "screw tilt adjust macro". Docks the probe in between homing and mesh. So enoying.

  • Running klipper on my Voron-wannabe.
  • I have the klicky variables, macros, bed mesh etc files uploaded.

Thanks!

`[gcode_macro START_PRINT]
gcode:
{% set bedtemp = params.BED|int %}
{% set hotendtemp = params.HOTEND|int %}

G90 ;Absolute Positioning
BED_MESH_CLEAR
#BED_MESH_CALIBRATE ;Run full bed mesh
M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate
M190 S{bedtemp}
ATTACH_PROBE_LOCK
G28 ; Home
STATUS_HOMING
STATUS_MESHING
{% if printer['output_pin lock_BED_MESH_CALIBRATE'].value|int == 0 %}
BED_MESH_CALIBRATE PROFILE=default
BED_MESH_PROFILE SAVE=default
{% else %}
BED_MESH_PROFILE LOAD=default
{% endif %}

DOCK_PROBE_UNLOCK
G1 X0 Y0 Z5 F4000
STATUS_HEATING
M109 S{hotendtemp}
STATUS_PRINTING`

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

1 participant