Anonoei / klipper_auto_tap

Automatically find Voron TAP's probe offset
MIT License
45 stars 8 forks source link

Small doc improvements suggestions #12

Open arekm opened 10 months ago

arekm commented 10 months ago

Hello. Trying auto tap for first time and got few small documentation issues for improvement consideration.

Then, place this in your printer.cfg

[auto_tap]"

but klipper won't load auto_tap.py extras module without [auto_tap] in printer.cfg, so can't do any validation before adding anything to printer.cfg. Adding empty [auto_tap] section won't work (Option 'tap_version' in section 'auto_tap' must be specified). so user has to add [auto_tap] tap_version: xyz before validation.