Skip to content

Many Changes and the Release of 1.0.0

Compare
Choose a tag to compare
@TitusLabs TitusLabs released this 25 Apr 22:09
· 17 commits to master since this release
  • 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.