zooc.run.temp_scan_methods
Temperature scan during calibration.
- class zooc.run.temp_scan_methods.TempsScanMethods(*values)
Bases:
KlipperChoiceMethods 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:
- classmethod get_klipper_choices()
Get all values choices as string, i.e. the enum names.
- 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:
klipper_module (KlipperModule)
gcmd (Gcmd)
run_config (RunConfig)
- Return type:
None