zooc.run.temp_scan_methods

Temperature scan during calibration.

class zooc.run.temp_scan_methods.TempsScanMethods(*values)

Bases: KlipperChoice

Methods to scan through bed and extruder temperatures where the MeasureMethods is performed.

classmethod get_default()

Get the default value for the Klipper config.

Returns:

The default choice.

Return type:

TempsScanMethods

classmethod get_klipper_choices()

Get all values choices as string, i.e. the enum names.

Returns:

List of enum names in lower case.

Return type:

list[str]

classmethod get_value(config)

Get the config value for the Klipper config.

T: TypeVar

The generic type parameter for this function, bound to KlipperChoice.

Parameters:

config (ConfigWrapper) – Klipper config object.

Returns:

The value.

Return type:

T

FULL = <class 'zooc.run.temps_scan.TempScanFull'>

Scan all <bed_temps> & <extruder_temps> temperatures, i.e. full matrix.

Parameters:
Return type:

None