Skip to content

Releases: protoloft/klipper_z_calibration

Compatibility with the latest probe changes

10 Jun 21:04
Compare
Choose a tag to compare
  • compatibility with Klipper d4bae4d
  • new gcode parameter for the nozzle position
  • use probe session to indicate multiple probes

Support for the Zero Reference Position

28 Jun 22:01
Compare
Choose a tag to compare

This release adds compatibility for the new zero_reference_position of the mesh configuration which replaces the relative_reference_index.

Fixing max_deviation/offset_margins

08 May 21:47
Compare
Choose a tag to compare

There are two bug fixes:

  • a parsing error when only one value was defined for offset_margins
  • using the max_deviation default, even though the offset_margins property was already configured.

Many Changes and the Release of 1.0.0

25 Apr 22:09
Compare
Choose a tag to compare
  • The documentation can now be found in the wiki.
  • Split movement from dock to endstop into seperate x and y moves.
  • Add option to wiggle after nozzle probing (thanks to poernahi).
  • The "nozzle_xy_position" is now optional and defaults to "safe_z_home" position
    (inspired by whi-tw).
  • The "switch_xy_position" is now also optional and can be replaced by the new
    "switch_xy_offsets" parameter, which adds the offsets to the nozzle position instead.
  • The deprecated separated x and y parameters for the positions are now removed.
  • The offset result is now output with the underlying formula.
  • Likewise, a new z position_endstop is output based on the current offset. This can be used
    as a reference point for adjusting the configuration.
  • The clearance is deprecated and is replaced by the safe_z_home due to the change in
    behavior. The safe_z_home is now an absolute z position to move to.
  • The max_deviation is deprecated and is replaced by the offset_margins parameter which
    takes one value like the max_deviation or two values as min,max.
  • Add new Command CALCULATE_SWITCH_OFFSET for a manual estimation of the switch-offset.
  • The installation script can now add the update manager section to Moonraker and has an
    uninstall option.

❗ACTION NEEDED:

  • Move from clearance to safe_z_home
  • Move from max_deviation to offset_margins and fine tune the values.
  • Change to combined position parameters if still separated parameters for x and y are used.

Dock on Error, Probing Consistency, Improved Probe Check

11 Jul 19:59
Compare
Choose a tag to compare
  • The probe is now docked again before raising an error, if end_gcode is used (thanks to top-gun)
  • Probings are more consistent now as the probing sequence is also applied for the bed probing
  • More secure: the check for an attached probe is now after the movement to the probing site

No more a dummy service

06 Apr 20:36
Compare
Choose a tag to compare

The system dummy service is not necessary anymore with the current Moonraker version.
Please update to this version, update Moonraker, adapt the moonraker.conf and execute the install.sh script again!

Probe on bed where you want and less configurations

05 Apr 21:43
Compare
Choose a tag to compare
  • CAUTION: The X and Y position configurations are now merged to a combined X,Y parameter,
    Please update your Configuration!
  • The CALIBRATE_Z command has an optional parameter for the probing position on the bed
  • The restriction for a relative reference index in the "bed_mesh" section is removed
  • Some other small changes from the failed Klipper PR are merged back now
  • Example configurations are removed because they were just examples and confused many people

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 !!