Basic Information:
Printer Model: Ender3 V2
MCU / Printerboard: SKR mini E3 V3
klippy.log
klippy.zip (626.4 KB)
My start_print macro: ################################# BED MESH ############# - Pastebin.com
I’m using a klicky probe that can be stowed away. That means, that once homing or probing is done, the printer is removing the probe.
Problems:
-
Bed Mesh - The printer triggers the probe too soon as it’s moving the toolhead to 0,0. The error is:
probe triggered prior to movement
. The toolhead is 10mm above the bed. As soon as I initiate bed_mesh, the toolhead is lowered and moves to 0,0 and then the error appears. -
Print start - The error is
horizontal_move_z can't be less than probe's z_offset
. My start print macro is configured to mesh the printed area.
if
#*# [probe]
#*# z_offset = 4.979
and
[bed_mesh]
speed: 120
horizontal_move_z: 10
then how come I’m getting an error when I start a print?
horizontal_move_z can't be less than probe's z_offset