extras.zooc

Klipper module for ZOOC - Z open offset calibration.

This file is just a wrapper loading the ZOOC package installed to Klipper environment. File should reside in ‘extras’ package in virtual environment or in ~/klipper/klippy/extras/ where Klipper loads it automatically.

This file may be distributed under the terms of the GNU GPLv3 license.

extras.zooc.load_config(config)

Load the configuration and return the ZoocKlipper instance.

Parameters:

config (ConfigWrapper) – Klipper configuration dictionary.

Returns:

An instance of ZoocKlipper initialized with the provided configuration.

Return type:

ZoocKlipper