#Klicky Auto Z Calibration
15 messages · Page 1 of 1 (latest)
right ihave a little update
did you specify safe_z_height in the [z_calibration] section?
according to this, it must be at least 3mm
No more errors!
i have a question start gcode i use the better print start (massive g code) should i past it here
no, the start_gcode there is only used during the auto z calibration, completely separate from your PRINT_START macro
so i should put anything in there?
i don't know as i don't use auto z calibration, but it does say
This can be used to
attach the probe
so maybeAttach_Probe?
and then Dock_Probe for end_gcode
how do i make it calibrate each time the printer goes to do a print job?
you add CALIBRATE_Z to your PRINT_START macro
any specific place?
probably near the end, after BED_MESH_CALIBRATE
apparently, i was wrong, see here
thank you
fixed thanks~!