diff --git a/README.md b/README.md index e946091..6704ded 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,12 @@ managed_services: klipper ### Configuration To configure auto tap you need to specify which version of TAP you are running - Name | tap_version | Validated - ------------------ | ----------- | --------- - ChaoticLab CNC Tap | CL_CNC | True - Voron Tap R8 | R8 | False - Voron Tap R6 | R6 | False - VITALII MetalTap | VITALII_CNC | False + Name | tap_version | Validated | Modification + ------------------ | ----------- | --------- | ------------ + ChaoticLab CNC Tap | CL_CNC | True | * 2 + Voron Tap R8 | R8 | False | * 10 + 1 + Voron Tap R6 | R6 | False | * 23 + VITALII MetalTap | VITALII_CNC | True | * 21.5 If your version of tap is not validated, please [validate results] before using the calculated offset, and let me know if it worked for you! diff --git a/auto_tap.py b/auto_tap.py index c4b653a..3db1243 100644 --- a/auto_tap.py +++ b/auto_tap.py @@ -47,7 +47,7 @@ class tap_VITALII_CNC(TapVersion): Name = "VITALII_CNC" Min = 0.5 Max = 1.5 - Multiple = 25 + Multiple = 21.5 Adder = 0 class AutoTAP: