Skip to content

Releases: protoloft/klipper_z_calibration

Ready for adaptive mesh macros

20 Feb 23:29
Compare
Choose a tag to compare
  • Now, the relative reference index (RRI) of the bed mesh is read everytime the calibration
    starts. So, feel free to use any adaptive mesh macro 🎉
  • Checks for homed axes and attached probe just before using it
  • A new Z-Tilt macro in the examples
  • Improvements of the documentation for installation, configuration and switch_offset

New GCode Properties and Macros

09 Aug 20:58
549bed7
Compare
Choose a tag to compare

With this release, there are new GCode properties for attaching/detaching the probe. This is relevant for stock V1 Vorons to attach the probe after probing the nozzle! And there are new macros !!

New Command PROBE_Z_ACCURACY

22 Jun 22:11
Compare
Choose a tag to compare
  • There is a new command PROBE_Z_ACCURACY
  • A fix in the _SET_ACC Macro which prevented the reset to default values
  • Renaming of the dummy system service. Because of this, the update will fail if using Moonrakers update manager.

CAUTION: If using the Moonraker's update manager, the name "klipper_z_calibration" needs to be renamed to "z_calibration" afterwards in the moonraker.conf !!

Dummy Service for Moonraker

01 Jun 20:56
Compare
Choose a tag to compare

Added a dummy service to satisfy the update manager of Moonraker.

Added Moonraker Update Possibility (fixed)

30 May 21:27
Compare
Choose a tag to compare

Added Moonraker Update Possibility

30 May 21:03
Compare
Choose a tag to compare

Now it can be integrated into the Moonraker Update Manager if desired.

Compatible to Klipper again

30 May 19:18
Compare
Choose a tag to compare

Removed get_tag_position() code to be compatible with newest Klipper version.

Default bed probing site from bed mesh

17 May 21:06
Compare
Choose a tag to compare

I there is a configured bed mesh, the relative reference point can be used as default for the probing point on the bed. For this, a bed mesh with the relative_reference_index must be configured.

First Fast Probing, More Configuration Parameters

12 May 22:52
Compare
Choose a tag to compare

There is a option to fast probe first before recording probing samples.
All indirect properties from other sections can be customized now.

Increased Repeatability

11 May 23:18
Compare
Choose a tag to compare

Switch from homing to probing procedure with probing more samples on the z-endstop.