protoloft / klipper_z_calibration

Klipper plugin for self-calibrating z-offset
GNU General Public License v3.0
1.05k stars 151 forks source link

ERROR_NO_PROBE error message #7

Closed Tircown closed 3 years ago

Tircown commented 3 years ago

The error message is the same for a missing [probe] section and a non attached probe because both use the same constant name. https://github.com/protoloft/klipper_z_calibration/blob/a814376b0258ea3b419e63fc97b73ecfc010a128/z_calibration.py#L8-L9 https://github.com/protoloft/klipper_z_calibration/blob/a814376b0258ea3b419e63fc97b73ecfc010a128/z_calibration.py#L14 https://github.com/protoloft/klipper_z_calibration/blob/a814376b0258ea3b419e63fc97b73ecfc010a128/z_calibration.py#L83-L84 https://github.com/protoloft/klipper_z_calibration/blob/a814376b0258ea3b419e63fc97b73ecfc010a128/z_calibration.py#L134-L135

TitusLabs commented 3 years ago

Yes, thanks! I already noticed this too.. it's fixed in 0.8.0 :-)